mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
chore: Run linter on test_main.py for code quality improvements
This commit is contained in:
parent
0c3470bab2
commit
f76d14f613
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ class TestMain(TestCase):
|
|||
|
||||
def test_model_metadata_file(self):
|
||||
from aider.models import model_info_manager
|
||||
|
||||
model_info_manager.local_model_metadata = {}
|
||||
with GitTemporaryDirectory():
|
||||
metadata_file = Path(".aider.model.metadata.json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue