summaryrefslogtreecommitdiff
path: root/git/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/db.py')
-rw-r--r--git/db.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/git/db.py b/git/db.py
index 73051abf..dc60c555 100644
--- a/git/db.py
+++ b/git/db.py
@@ -23,8 +23,6 @@ if TYPE_CHECKING:
__all__ = ('GitCmdObjectDB', 'GitDB')
-# class GitCmdObjectDB(CompoundDB, ObjectDBW):
-
class GitCmdObjectDB(LooseObjectDB):