Skip to content

Commit b8f10e7

Browse files
committed
Merge pull request #1 from brondsem/patch-1
Fix missed import from d3a7282
2 parents c6b08c2 + 2e6957a commit b8f10e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git/util.py

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
import tempfile
1414
import platform
1515

16+
from exc import GitCommandError
17+
1618
from gitdb.util import (
1719
make_sha,
1820
LockedFD,

0 commit comments

Comments
 (0)