Skip to content

Commit

Permalink
git: import objects with scmrepo.git
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Aug 10, 2023
1 parent 9975cbe commit 3168e15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scmrepo/git/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
from .backend.dulwich import DulwichBackend
from .backend.gitpython import GitPythonBackend
from .backend.pygit2 import Pygit2Backend
from .objects import ( # noqa: F401, pylint: disable=unused-import
GitCommit,
GitObject,
GitTag,
GitTrie,
)
from .stash import Stash

if TYPE_CHECKING:
Expand Down

0 comments on commit 3168e15

Please sign in to comment.