mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
fix: add missing urls import in test_sanity_check_repo.py
This commit is contained in:
parent
63330aa833
commit
ee4decc50b
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ from unittest import mock
|
||||||
import pytest
|
import pytest
|
||||||
from git import GitError, Repo
|
from git import GitError, Repo
|
||||||
|
|
||||||
|
from aider import urls
|
||||||
|
|
||||||
from aider.main import sanity_check_repo
|
from aider.main import sanity_check_repo
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue