mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
chore: Add CommandCompletionException import to commands.py
This commit is contained in:
parent
8c65604b29
commit
8e9c75b6f8
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ from PIL import Image, ImageGrab
|
|||
from prompt_toolkit.completion import Completion, PathCompleter
|
||||
from prompt_toolkit.document import Document
|
||||
|
||||
from aider.io import CommandCompletionException
|
||||
|
||||
from aider import models, prompts, voice
|
||||
from aider.editor import pipe_editor
|
||||
from aider.format_settings import format_settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue