From 63983c2b9206a4a599112aa6c302a143f4661799 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Thu, 29 Feb 2024 00:41:10 -0500 Subject: [PATCH] Remove note in GitCmdObjectDB docstring For #1849. --- git/db.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/git/db.py b/git/db.py index 3f496a979..bf0de40de 100644 --- a/git/db.py +++ b/git/db.py @@ -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: