mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix linter warnings in test_main.py
This commit is contained in:
parent
da1bc19052
commit
c62cbd2d77
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ class TestMain(TestCase):
|
||||||
"missing_keys": [],
|
"missing_keys": [],
|
||||||
"keys_in_environment": [],
|
"keys_in_environment": [],
|
||||||
}
|
}
|
||||||
|
|
||||||
# Mock fuzzy_match_models to avoid string operations on MagicMock
|
# Mock fuzzy_match_models to avoid string operations on MagicMock
|
||||||
with patch("aider.models.fuzzy_match_models", return_value=[]):
|
with patch("aider.models.fuzzy_match_models", return_value=[]):
|
||||||
main(
|
main(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue