mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
test: Add imports for ModelSettings and MODEL_SETTINGS
This commit is contained in:
parent
210500ff3e
commit
2c5feddad5
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
import unittest
|
import unittest
|
||||||
from unittest.mock import ANY, MagicMock, patch
|
from unittest.mock import ANY, MagicMock, patch, call
|
||||||
|
|
||||||
from aider.models import (
|
from aider.models import (
|
||||||
Model,
|
Model,
|
||||||
ModelInfoManager,
|
ModelInfoManager,
|
||||||
|
ModelSettings,
|
||||||
|
MODEL_SETTINGS,
|
||||||
sanity_check_model,
|
sanity_check_model,
|
||||||
sanity_check_models,
|
sanity_check_models,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue