diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2016-02-07 12:01:12 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2016-02-07 12:01:12 +0100 |
commit | 9b10d5e75570ac6325d1c7e2b32882112330359a (patch) | |
tree | f105b9dce31afed30101954ab11c56a15fe48e13 /git/test/test_repo.py | |
parent | b145de39700001d91662404221609b86d2c659d0 (diff) | |
download | gitpython-9b10d5e75570ac6325d1c7e2b32882112330359a.tar.gz |
chore(flake8): unnused import
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 a9e6d3c5..241b4027 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -35,7 +35,6 @@ from git.repo.fun import touch from git.util import join_path_native from git.exc import ( BadObject, - WorkTreeRepositoryUnsupported ) from gitdb.util import bin_to_hex from git.compat import string_types |