Skip to content

Commit 63983c2

Browse files
committed
Remove note in GitCmdObjectDB docstring
For gitpython-developers#1849.
1 parent ec93955 commit 63983c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: git/db.py

-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ class GitCmdObjectDB(LooseObjectDB):
3030
objects, pack files and an alternates file.
3131
3232
It will create objects only in the loose object database.
33-
34-
:note:
35-
For now, we use the git command to do all the lookup, just until we have packs
36-
and the other implementations.
3733
"""
3834

3935
def __init__(self, root_path: PathLike, git: "Git") -> None:

0 commit comments

Comments
 (0)