From b02662d4e870a34d2c6d97d4f702fcc1311e5177 Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Sat, 15 Oct 2016 13:42:33 +0200 Subject: src: reduce needless deps to `gitdb.util` --- git/test/performance/test_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/performance/test_streams.py') 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 -- cgit v1.2.3