mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
fix: Import gitdb module to resolve undefined name error
This commit is contained in:
parent
9e196a3bdf
commit
7ab1cf5160
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue