style: Remove unused imports from test_sanity_check_repo.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-05 18:28:40 -08:00
parent e896b0ea96
commit 667bacf81e

View file

@ -7,9 +7,7 @@ import pytest
from git import GitError, Repo
from aider import urls
from aider.io import InputOutput
from aider.main import sanity_check_repo
from aider.repo import GitRepo
@pytest.fixture