mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
refactor: Remove redundant imports in completions methods
This commit is contained in:
parent
98be67442e
commit
60b926b698
1 changed files with 0 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue