diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-07 06:28:54 -0600 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-08 10:55:50 +0800 |
commit | 00ef69351e5e7bbbad7fd661361b3569b6408d49 (patch) | |
tree | 6514b66763f344bab99a6ec093220e32011ef971 /git/test/test_repo.py | |
parent | eba84183ea79061eebb05eab46f6503c1cf8836f (diff) | |
download | gitpython-00ef69351e5e7bbbad7fd661361b3569b6408d49.tar.gz |
Remove no longer used imports in tests
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r-- | git/test/test_repo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 79436b67..0af68730 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -54,7 +54,6 @@ from git.util import HIDE_WINDOWS_KNOWN_ERRORS, cygpath from git.test.lib import with_rw_directory from git.util import join_path_native, rmtree, rmfile, bin_to_hex -import functools as fnt import os.path as osp |