fix: Remove unused imports from repo.py and base_coder.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 11:35:58 -08:00
parent dbf80d564b
commit 5692fb32cd

View file

@ -30,7 +30,6 @@ from aider.llm import litellm
from aider.repo import ANY_GIT_ERROR, GitRepo
from aider.repomap import RepoMap
from aider.run_cmd import run_cmd
from aider.sendchat import RETRY_TIMEOUT, send_completion
from aider.utils import format_content, format_messages, format_tokens, is_image_file
from ..dump import dump # noqa: F401