8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@UnusedImport
1 parent 7545b80 commit 2af3679Copy full SHA for 2af3679
git/db.py
@@ -1,7 +1,7 @@
1
"""Module with our own gitdb implementation - it uses the git command"""
2
from git.util import bin_to_hex, hex_to_bin
3
from gitdb.base import OInfo, OStream
4
-from gitdb.db import GitDB # @UnusedImport
+from gitdb.db import GitDB
5
from gitdb.db import LooseObjectDB
6
7
from gitdb.exc import BadObject
0 commit comments