diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-08 17:49:05 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-08 17:49:05 +0100 |
| commit | f2233fbf40f3f69309ce5cc714e99fcbdcd33ec3 (patch) | |
| tree | 08e9cfcda80a413183126c41dcd65b10a5b3b95d /gitdb | |
| parent | 7bde7b098b07291227fcbc4eb900ebf13c9191a2 (diff) | |
| download | gitdb-f2233fbf40f3f69309ce5cc714e99fcbdcd33ec3.tar.gz | |
Removed unused imports - should have been in the last commit obviously
Diffstat (limited to 'gitdb')
| -rw-r--r-- | gitdb/test/db/test_git.py | 1 | ||||
| -rw-r--r-- | gitdb/test/db/test_ref.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gitdb/test/db/test_git.py b/gitdb/test/db/test_git.py index f28ffb7..2bda18f 100644 --- a/gitdb/test/db/test_git.py +++ b/gitdb/test/db/test_git.py @@ -5,7 +5,6 @@ import os from gitdb.test.db.lib import ( TestDBBase, - fixture_path, with_rw_directory ) from gitdb.exc import BadObject diff --git a/gitdb/test/db/test_ref.py b/gitdb/test/db/test_ref.py index 25cf37d..0e90f93 100644 --- a/gitdb/test/db/test_ref.py +++ b/gitdb/test/db/test_ref.py @@ -5,7 +5,6 @@ from gitdb.test.db.lib import ( TestDBBase, with_rw_directory, - fixture_path ) from gitdb.db import ReferenceDB |
