Skip to content

Commit 9e11d64

Browse files
committed
cleanup tests by removal of unused code elements
1 parent 80acc0e commit 9e11d64

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

testing/logging/test_formatter.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ def test_coloredlogformatter() -> None:
1818
exc_info=None,
1919
)
2020

21-
class ColorConfig:
22-
class option:
23-
pass
24-
2521
tw = TerminalWriter()
2622
tw.hasmarkup = True
2723
formatter = ColoredLevelFormatter(tw, logfmt)
@@ -49,10 +45,6 @@ def test_coloredlogformatter_with_width_precision() -> None:
4945
exc_info=None,
5046
)
5147

52-
class ColorConfig:
53-
class option:
54-
pass
55-
5648
tw = TerminalWriter()
5749
tw.hasmarkup = True
5850
formatter = ColoredLevelFormatter(tw, logfmt)

0 commit comments

Comments
 (0)