summaryrefslogtreecommitdiff
path: root/git/test/test_repo.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-02-07 12:01:12 +0100
committerSebastian Thiel <byronimo@gmail.com>2016-02-07 12:01:12 +0100
commit9b10d5e75570ac6325d1c7e2b32882112330359a (patch)
treef105b9dce31afed30101954ab11c56a15fe48e13 /git/test/test_repo.py
parentb145de39700001d91662404221609b86d2c659d0 (diff)
downloadgitpython-9b10d5e75570ac6325d1c7e2b32882112330359a.tar.gz
chore(flake8): unnused import
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r--git/test/test_repo.py1
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