mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +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
|
return
|
||||||
|
|
||||||
self.coder.event("interactive help")
|
self.coder.event("interactive help")
|
||||||
from aider.coders import Coder
|
from aider.coders.base_coder import Coder
|
||||||
|
|
||||||
if not self.help:
|
if not self.help:
|
||||||
res = install_help_extra(self.io)
|
res = install_help_extra(self.io)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue