Skip to content

Commit 2e6957a

Browse files
committed
Fix missed import from d3a7282
The `finalize_process` method was moved but this import wasn't carried with it.
1 parent c6b08c2 commit 2e6957a

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)