fix: Correct import path for Coder in commands.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-26 09:59:05 -05:00
parent f160b8df04
commit be6811b29a

View file

@ -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)