mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
style: Apply linter fixes
This commit is contained in:
parent
605d8fe59a
commit
a07f312089
1 changed files with 8 additions and 7 deletions
|
@ -450,6 +450,7 @@ class TestInputOutputMultilineMode(unittest.TestCase):
|
||||||
def test_tool_output_color_handling(self):
|
def test_tool_output_color_handling(self):
|
||||||
"""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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue