Skip to content

Commit 3168e15

Browse files
committed
git: import objects with scmrepo.git
1 parent 9975cbe commit 3168e15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/scmrepo/git/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
from .backend.dulwich import DulwichBackend
2323
from .backend.gitpython import GitPythonBackend
2424
from .backend.pygit2 import Pygit2Backend
25+
from .objects import ( # noqa: F401, pylint: disable=unused-import
26+
GitCommit,
27+
GitObject,
28+
GitTag,
29+
GitTrie,
30+
)
2531
from .stash import Stash
2632

2733
if TYPE_CHECKING:

0 commit comments

Comments
 (0)