From 60b926b698c60d891cce87e61122adc71ad24874 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 21 Mar 2025 09:21:59 -0700 Subject: [PATCH] refactor: Remove redundant imports in completions methods --- aider/commands.py | 6 ------ 1 file changed, 6 deletions(-) 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):