mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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):
|
def completions_ask(self):
|
||||||
from aider.io import CommandCompletionException
|
|
||||||
|
|
||||||
raise CommandCompletionException()
|
raise CommandCompletionException()
|
||||||
|
|
||||||
def completions_code(self):
|
def completions_code(self):
|
||||||
from aider.io import CommandCompletionException
|
|
||||||
|
|
||||||
raise CommandCompletionException()
|
raise CommandCompletionException()
|
||||||
|
|
||||||
def completions_architect(self):
|
def completions_architect(self):
|
||||||
from aider.io import CommandCompletionException
|
|
||||||
|
|
||||||
raise CommandCompletionException()
|
raise CommandCompletionException()
|
||||||
|
|
||||||
def cmd_ask(self, args):
|
def cmd_ask(self, args):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue