mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
fix: Remove unused imports from aider/commands.py
This commit is contained in:
parent
08862c73e7
commit
81b64e2905
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ from pathlib import Path
|
||||||
import git
|
import git
|
||||||
import pyperclip
|
import pyperclip
|
||||||
from PIL import Image, ImageGrab
|
from PIL import Image, ImageGrab
|
||||||
from pypager.pager import Pager
|
|
||||||
from pypager.source import StringSource
|
|
||||||
|
|
||||||
from aider import models, prompts, voice
|
from aider import models, prompts, voice
|
||||||
from aider.help import Help, install_help_extra
|
from aider.help import Help, install_help_extra
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue