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 00f4cbc

Browse filesBrowse files
committed
Add missing submodule imports in git.objects
Since they are listed in __all__. (They are imported either way because names are imported from them, and this caused them to be present with the same effect.) Though they are proably about to be removed along with the corresponding entries in __all__.
1 parent 9bbbcb5 commit 00f4cbc
Copy full SHA for 00f4cbc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎git/objects/__init__.py

Copy file name to clipboardExpand all lines: git/objects/__init__.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"TreeModifier",
2424
]
2525

26+
from . import base, blob, commit, submodule, tag, tree
2627
from .base import IndexObject, Object
2728
from .blob import Blob
2829
from .commit import Commit

0 commit comments

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