mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
refactor: Remove unused imports from test_reasoning.py
This commit is contained in:
parent
5f694f228f
commit
068a0b4576
1 changed files with 0 additions and 5 deletions
|
@ -4,11 +4,6 @@ from unittest.mock import MagicMock, patch
|
|||
from aider.coders.base_coder import Coder
|
||||
from aider.io import InputOutput
|
||||
from aider.models import Model
|
||||
from aider.reasoning_tags import (
|
||||
REASONING_TAG,
|
||||
format_reasoning_content,
|
||||
replace_reasoning_tags,
|
||||
)
|
||||
|
||||
|
||||
class TestReasoning(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue