Skip to content

Commit ce78c9a

Browse files
committed
Fix linting
1 parent 6d393c5 commit ce78c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/logging/test_formatter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def test_colored_short_level():
7474
exc_info=False,
7575
)
7676

77-
class ColorConfig(object):
78-
class option(object):
77+
class ColorConfig:
78+
class option:
7979
pass
8080

8181
tw = py.io.TerminalWriter()

0 commit comments

Comments
 (0)