mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
fix: import sanity_check_models in test_models.py
This commit is contained in:
parent
93cb615ffd
commit
da9af264f8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import unittest
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
from aider.models import Model, get_model_info, sanity_check_model
|
||||
from aider.models import Model, get_model_info, sanity_check_model, sanity_check_models
|
||||
|
||||
|
||||
class TestModels(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue