diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-07 06:27:59 -0600 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-08 10:55:50 +0800 |
commit | eba84183ea79061eebb05eab46f6503c1cf8836f (patch) | |
tree | ad816aeedee47ec5056acd84ae797ea385dbbd7c /git/test/test_repo.py | |
parent | 55fd173c898da2930a331db7755a7338920d3c38 (diff) | |
download | gitpython-eba84183ea79061eebb05eab46f6503c1cf8836f.tar.gz |
Remove no longer used compat imports
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r-- | git/test/test_repo.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 8ea18aa4..79436b67 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -36,10 +36,6 @@ from git import ( BadName, GitCommandError ) -from git.compat import ( - is_win, - win_encode, -) from git.exc import ( BadObject, ) |