mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
style: sort imports alphabetically in test_reasoning.py
This commit is contained in:
parent
c78b3e0204
commit
e92ab55da6
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@ from aider.coders.base_coder import Coder
|
|||
from aider.dump import dump # noqa
|
||||
from aider.io import InputOutput
|
||||
from aider.models import Model
|
||||
from aider.reasoning_tags import remove_reasoning_content, REASONING_START, REASONING_END
|
||||
from aider.reasoning_tags import (
|
||||
REASONING_END,
|
||||
REASONING_START,
|
||||
remove_reasoning_content,
|
||||
)
|
||||
|
||||
|
||||
class TestReasoning(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue