diff --git a/aider/commands.py b/aider/commands.py index 718a016ba..e1bb130d2 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1090,18 +1090,12 @@ class Commands: ) def completions_ask(self): - from aider.io import CommandCompletionException - raise CommandCompletionException() def completions_code(self): - from aider.io import CommandCompletionException - raise CommandCompletionException() def completions_architect(self): - from aider.io import CommandCompletionException - raise CommandCompletionException() def cmd_ask(self, args):