fix: Import gitdb module to resolve undefined name error

This commit is contained in:
Paul Gauthier (aider) 2024-08-31 07:44:11 -07:00
parent 9e196a3bdf
commit 7ab1cf5160

View file

@ -6,6 +6,7 @@ import threading
from pathlib import Path
import git
import gitdb
from dotenv import load_dotenv
from prompt_toolkit.enums import EditingMode