Skip to content

Commit 0f6dde4

Browse files
Remove unused GitCommandError import
1 parent 2f49a66 commit 0f6dde4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from gitdb import IStream
1616

17-
from git import Actor, Commit, GitCommandError, Repo
17+
from git import Actor, Commit, Repo
1818
from git.objects.util import tzoffset, utc
1919
from git.repo.fun import touch
2020

0 commit comments

Comments
 (0)