mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: format imports in commands.py
This commit is contained in:
parent
96a4ba783b
commit
1e3868e3d0
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ from pathlib import Path
|
|||
|
||||
import git
|
||||
import pyperclip
|
||||
from PIL import ImageGrab, Image
|
||||
from PIL import Image, ImageGrab
|
||||
|
||||
from aider import models, prompts, voice
|
||||
from aider.help import Help, install_help_extra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue