Skip to content

Commit bbf02e0

Browse files
committed
Don't change the meaning of string literals
1 parent 5149c80 commit bbf02e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: git/util.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#
44
# This module is part of GitPython and is released under
55
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
6-
from __future__ import unicode_literals
7-
86
import contextlib
97
from functools import wraps
108
import getpass

0 commit comments

Comments
 (0)