fix: Remove unused imports from aider/commands.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-09 18:35:03 -04:00
parent 08862c73e7
commit 81b64e2905

View file

@ -9,8 +9,6 @@ from pathlib import Path
import git
import pyperclip
from PIL import Image, ImageGrab
from pypager.pager import Pager
from pypager.source import StringSource
from aider import models, prompts, voice
from aider.help import Help, install_help_extra