We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9d56e commit 8bf00a6Copy full SHA for 8bf00a6
1 file changed
git/objects/submodule/base.py
@@ -31,7 +31,8 @@
31
to_native_path_linux,
32
RemoteProgress,
33
rmtree,
34
- unbare_repo
+ unbare_repo,
35
+ IterableList
36
)
37
from git.util import HIDE_WINDOWS_KNOWN_ERRORS
38
@@ -48,10 +49,6 @@
48
49
50
# typing ----------------------------------------------------------------------
51
-from typing import TYPE_CHECKING
52
-
53
-if TYPE_CHECKING:
54
- from git.util import IterableList
55
56
# -----------------------------------------------------------------------------
57
0 commit comments