Skip to content

Commit fd8cbe2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4ea70a9 commit fd8cbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enrich/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)