File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class FluidLogRender: # pylint: disable=too-few-public-methods
1919 """Renders log by not using columns and avoiding any wrapping."""
2020
2121 # pylint: disable=too-many-arguments
22- def __init__ ( # noqa: PLR0913
22+ def __init__ (
2323 self ,
2424 show_time : bool = False ,
2525 show_level : bool = False ,
Original file line number Diff line number Diff line change 44import sys
55
66import pytest
7- from enrich .console import Console , should_do_markup
87from pytest_mock import MockFixture # pylint: disable=wrong-import-order
98
9+ from enrich .console import Console , should_do_markup
10+
1011
1112def test_rich_console_ex () -> None :
1213 """Validate that ConsoleEx can capture output from print() calls."""
Original file line number Diff line number Diff line change 77import re
88
99import pytest
10+
1011from enrich .console import Console
1112from enrich .logging import RichHandler
1213
You can’t perform that action at this time.
0 commit comments