mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: run linter and reorder import statements in commands.py
This commit is contained in:
parent
8bb9bbef19
commit
c4e766a4c4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from pathlib import Path
|
|||
|
||||
import pyperclip
|
||||
from PIL import Image, ImageGrab
|
||||
from prompt_toolkit.completion import PathCompleter, Completion
|
||||
from prompt_toolkit.completion import Completion, PathCompleter
|
||||
from prompt_toolkit.document import Document
|
||||
|
||||
from aider import models, prompts, voice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue