fix: add missing urls import in test_sanity_check_repo.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-30 11:59:21 -07:00
parent 63330aa833
commit ee4decc50b

View file

@ -6,6 +6,8 @@ from unittest import mock
import pytest
from git import GitError, Repo
from aider import urls
from aider.main import sanity_check_repo