mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Remove unused import in test_io.py
This commit is contained in:
parent
f31128706d
commit
aef3863c4a
1 changed files with 0 additions and 2 deletions
|
@ -452,8 +452,6 @@ class TestInputOutputMultilineMode(unittest.TestCase):
|
||||||
"""Test that tool_output correctly handles hex colors without # prefix"""
|
"""Test that tool_output correctly handles hex colors without # prefix"""
|
||||||
from unittest.mock import patch
|
from unittest.mock import patch
|
||||||
|
|
||||||
from rich.text import Text
|
|
||||||
|
|
||||||
# Create IO with hex color without # for tool_output_color
|
# Create IO with hex color without # for tool_output_color
|
||||||
io = InputOutput(tool_output_color="FFA500", pretty=True)
|
io = InputOutput(tool_output_color="FFA500", pretty=True)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue