mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Remove unused imports and add missing register_models import
This commit is contained in:
parent
e0aadbd961
commit
c1febce528
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
import unittest
|
||||
from unittest.mock import ANY, MagicMock, call, patch
|
||||
from unittest.mock import ANY, MagicMock, patch
|
||||
|
||||
from aider.models import (
|
||||
MODEL_SETTINGS,
|
||||
Model,
|
||||
ModelInfoManager,
|
||||
ModelSettings,
|
||||
register_models,
|
||||
sanity_check_model,
|
||||
sanity_check_models,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue