diff --git a/aider/commands.py b/aider/commands.py index 225667b42..b8b111156 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -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)