1 parent 55fd173 commit eba8418Copy full SHA for eba8418
git/index/fun.py
@@ -19,7 +19,6 @@
19
force_text,
20
force_bytes,
21
is_posix,
22
- safe_encode,
23
safe_decode,
24
)
25
from git.exc import (
git/test/test_repo.py
@@ -36,10 +36,6 @@
36
BadName,
37
GitCommandError
38
39
-from git.compat import (
40
- is_win,
41
- win_encode,
42
-)
43
44
BadObject,
45
git/util.py
@@ -32,7 +32,6 @@
32
from git.compat import is_win
33
import os.path as osp
34
35
-from .compat import defenc
from .exc import InvalidGitRepositoryError
0 commit comments