Skip to content

Commit eba8418

Browse files
Harmon758Byron
authored andcommitted
Remove no longer used compat imports
1 parent 55fd173 commit eba8418

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

‎git/index/fun.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
force_text,
2020
force_bytes,
2121
is_posix,
22-
safe_encode,
2322
safe_decode,
2423
)
2524
from git.exc import (

‎git/test/test_repo.py

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
BadName,
3737
GitCommandError
3838
)
39-
from git.compat import (
40-
is_win,
41-
win_encode,
42-
)
4339
from git.exc import (
4440
BadObject,
4541
)

‎git/util.py

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
from git.compat import is_win
3333
import os.path as osp
3434

35-
from .compat import defenc
3635
from .exc import InvalidGitRepositoryError
3736

3837

0 commit comments

Comments
 (0)