mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
feat: Add Completion import to aider/commands.py
This commit is contained in:
parent
f8390a889b
commit
0a77b6cfac
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from pathlib import Path
|
||||||
|
|
||||||
import pyperclip
|
import pyperclip
|
||||||
from PIL import Image, ImageGrab
|
from PIL import Image, ImageGrab
|
||||||
from prompt_toolkit.completion import PathCompleter
|
from prompt_toolkit.completion import Completion, PathCompleter
|
||||||
|
|
||||||
from aider import models, prompts, voice
|
from aider import models, prompts, voice
|
||||||
from aider.format_settings import format_settings
|
from aider.format_settings import format_settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue