summaryrefslogtreecommitdiffhomepage
path: root/tests/09_test_git_repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/09_test_git_repository.py')
-rw-r--r--tests/09_test_git_repository.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/09_test_git_repository.py b/tests/09_test_git_repository.py
index 3f032470..ed487cee 100644
--- a/tests/09_test_git_repository.py
+++ b/tests/09_test_git_repository.py
@@ -7,8 +7,6 @@ Test things here that don't fit nicely into the doctests that
also make up the API documentation.
"""
-from __future__ import print_function
-
from . import context # noqa: 401
from . import testutils