mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35: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
|
from pathlib import Path
|
||||||
|
|
||||||
import git
|
import git
|
||||||
|
import gitdb
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
from prompt_toolkit.enums import EditingMode
|
from prompt_toolkit.enums import EditingMode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue