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/db.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'git/db.py') diff --git a/git/db.py b/git/db.py index 39b9872a..653fa7da 100644 --- a/git/db.py +++ b/git/db.py @@ -1,12 +1,9 @@ """Module with our own gitdb implementation - it uses the git command""" +from git.util import bin_to_hex, hex_to_bin from gitdb.base import ( OInfo, OStream ) -from gitdb.util import ( - bin_to_hex, - hex_to_bin -) from gitdb.db import GitDB # @UnusedImport from gitdb.db import LooseObjectDB -- cgit v1.2.1