mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
fix: import ANY from unittest.mock to resolve undefined name error
This commit is contained in:
parent
b35bd06eb8
commit
e33e9c44bb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import unittest
|
||||
from unittest.mock import MagicMock, patch
|
||||
from unittest.mock import ANY, MagicMock, patch
|
||||
|
||||
from aider.models import Model, get_model_info, sanity_check_model, sanity_check_models
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue