summaryrefslogtreecommitdiff
path: root/tests/test_GitVfs.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-03-27 11:36:25 +0100
committerGuido Günther <agx@sigxcpu.org>2015-03-27 12:16:31 +0100
commit8de3ae9567e821ad8432f67afd8756b35189ecba (patch)
treea5698609ac91555093f476d8f82f48734e139171 /tests/test_GitVfs.py
parente3591101e1de375c3ed7430382b88030e240260f (diff)
tests: minor test case cleanups
Remove unused imports, remove unused variables or actually use them
Diffstat (limited to 'tests/test_GitVfs.py')
-rw-r--r--tests/test_GitVfs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_GitVfs.py b/tests/test_GitVfs.py
index 8fec765..a88282f 100644
--- a/tests/test_GitVfs.py
+++ b/tests/test_GitVfs.py
@@ -9,8 +9,6 @@ import gbp.log
from . import context
gbp.log.setup(color=False, verbose=True)
-import gbp.git
-
def test_read():
"""