summaryrefslogtreecommitdiff
path: root/git/test/performance
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/performance')
-rw-r--r--git/test/performance/test_streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/test_streams.py b/git/test/performance/test_streams.py
index 699aa25b..3909d8ff 100644
--- a/git/test/performance/test_streams.py
+++ b/git/test/performance/test_streams.py
@@ -9,12 +9,12 @@ from time import time
from git.test.lib import (
with_rw_repo
)
+from git.util import bin_to_hex
from gitdb import (
LooseObjectDB,
IStream
)
from gitdb.test.lib import make_memory_file
-from gitdb.util import bin_to_hex
import os.path as osp