mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: Organize and clean up import statements in test_reasoning.py
This commit is contained in:
parent
b230fea66f
commit
3b9c2b9729
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@ import unittest
|
||||||
from unittest.mock import MagicMock, patch
|
from unittest.mock import MagicMock, patch
|
||||||
|
|
||||||
from aider.coders.base_coder import Coder
|
from aider.coders.base_coder import Coder
|
||||||
|
from aider.dump import dump # noqa
|
||||||
from aider.io import InputOutput
|
from aider.io import InputOutput
|
||||||
from aider.models import Model
|
from aider.models import Model
|
||||||
from aider.dump import dump # noqa
|
|
||||||
|
|
||||||
class TestReasoning(unittest.TestCase):
|
class TestReasoning(unittest.TestCase):
|
||||||
def test_send_with_reasoning_content(self):
|
def test_send_with_reasoning_content(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue