Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8bf00a6

Browse filesBrowse files
committed
fix an import
1 parent ae9d56e commit 8bf00a6
Copy full SHA for 8bf00a6

1 file changed

+2-5Lines changed: 2 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎git/objects/submodule/base.py‎

Copy file name to clipboardExpand all lines: git/objects/submodule/base.py
+2-5Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
to_native_path_linux,
3232
RemoteProgress,
3333
rmtree,
34-
unbare_repo
34+
unbare_repo,
35+
IterableList
3536
)
3637
from git.util import HIDE_WINDOWS_KNOWN_ERRORS
3738

@@ -48,10 +49,6 @@
4849

4950
# typing ----------------------------------------------------------------------
5051

51-
from typing import TYPE_CHECKING
52-
53-
if TYPE_CHECKING:
54-
from git.util import IterableList
5552

5653
# -----------------------------------------------------------------------------
5754

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.