summaryrefslogtreecommitdiff
path: root/git/objects/commit.py
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-15 13:42:33 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-16 02:46:32 +0200
commitb02662d4e870a34d2c6d97d4f702fcc1311e5177 (patch)
tree6f2bc1d942f979b3bb379d833700fe33f955415d /git/objects/commit.py
parent0210e394e0776d0b7097bf666bebd690ed0c0e4f (diff)
downloadgitpython-b02662d4e870a34d2c6d97d4f702fcc1311e5177.tar.gz
src: reduce needless deps to `gitdb.util`
Diffstat (limited to 'git/objects/commit.py')
-rw-r--r--git/objects/commit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/objects/commit.py b/git/objects/commit.py
index 1534c552..85955806 100644
--- a/git/objects/commit.py
+++ b/git/objects/commit.py
@@ -5,8 +5,8 @@
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
from gitdb import IStream
-from gitdb.util import hex_to_bin
from git.util import (
+ hex_to_bin,
Actor,
Iterable,
Stats,