summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-03-17 17:51:43 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-03-17 17:51:43 +0800
commitd906f31a283785e9864cb1eaf12a27faf4f72c42 (patch)
tree4a9e52f4b4c72100d7ccd5fc351d8967ca907176
parent6643a9feb39d4d49c894c1d25e3d4d71e180208a (diff)
downloadgitpython-d906f31a283785e9864cb1eaf12a27faf4f72c42.tar.gz
remove comment
-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):