Skip to content

Commit 00f4cbc

Browse 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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git/objects/__init__.py

+1
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)