Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit f2233fb

Browse files
committed
Removed unused imports - should have been in the last commit obviously
1 parent 7bde7b0 commit f2233fb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gitdb/test/db/test_git.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
from gitdb.test.db.lib import (
77
TestDBBase,
8-
fixture_path,
98
with_rw_directory
109
)
1110
from gitdb.exc import BadObject

gitdb/test/db/test_ref.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from gitdb.test.db.lib import (
66
TestDBBase,
77
with_rw_directory,
8-
fixture_path
98
)
109
from gitdb.db import ReferenceDB
1110

0 commit comments

Comments
 (0)