mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Correct import path for Coder in commands.py
This commit is contained in:
parent
f160b8df04
commit
be6811b29a
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ class Commands:
|
|||
return
|
||||
|
||||
self.coder.event("interactive help")
|
||||
from aider.coders import Coder
|
||||
from aider.coders.base_coder import Coder
|
||||
|
||||
if not self.help:
|
||||
res = install_help_extra(self.io)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue