mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 04:44:59 +00:00
style: Reorder imports in test_models.py
This commit is contained in:
parent
2c5feddad5
commit
32eb365a0b
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
import unittest
|
import unittest
|
||||||
from unittest.mock import ANY, MagicMock, patch, call
|
from unittest.mock import ANY, MagicMock, call, patch
|
||||||
|
|
||||||
from aider.models import (
|
from aider.models import (
|
||||||
|
MODEL_SETTINGS,
|
||||||
Model,
|
Model,
|
||||||
ModelInfoManager,
|
ModelInfoManager,
|
||||||
ModelSettings,
|
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