mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
style: Remove unused imports from test_sanity_check_repo.py
This commit is contained in:
parent
e896b0ea96
commit
667bacf81e
1 changed files with 0 additions and 2 deletions
|
@ -7,9 +7,7 @@ import pytest
|
||||||
from git import GitError, Repo
|
from git import GitError, Repo
|
||||||
|
|
||||||
from aider import urls
|
from aider import urls
|
||||||
from aider.io import InputOutput
|
|
||||||
from aider.main import sanity_check_repo
|
from aider.main import sanity_check_repo
|
||||||
from aider.repo import GitRepo
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue