mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
style: Fix import formatting in test_models.py
This commit is contained in:
parent
a045bda171
commit
a565a63436
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
||||||
import unittest
|
import unittest
|
||||||
from unittest.mock import ANY, MagicMock, patch
|
from unittest.mock import ANY, MagicMock, patch
|
||||||
|
|
||||||
from aider.models import Model, ModelInfoManager, sanity_check_model, sanity_check_models
|
from aider.models import (
|
||||||
|
Model,
|
||||||
|
ModelInfoManager,
|
||||||
|
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