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