mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix: Remove unused ApplyShellCommandsError import
This commit is contained in:
parent
f46e3dea11
commit
c7bf46bf68
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from prompt_toolkit.output import DummyOutput
|
|||
from aider.coders import Coder
|
||||
from aider.dump import dump # noqa: F401
|
||||
from aider.io import InputOutput
|
||||
from aider.main import ApplyShellCommandsError, check_gitignore, main, setup_git
|
||||
from aider.main import check_gitignore, main, setup_git
|
||||
from aider.utils import GitTemporaryDirectory, IgnorantTemporaryDirectory, make_repo
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue