Skip to content

Commit

Permalink
Remove note in GitCmdObjectDB docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Feb 29, 2024
1 parent ec93955 commit 63983c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions git/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ class GitCmdObjectDB(LooseObjectDB):
objects, pack files and an alternates file.
It will create objects only in the loose object database.
:note:
For now, we use the git command to do all the lookup, just until we have packs
and the other implementations.
"""

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

0 comments on commit 63983c2

Please sign in to comment.