Skip to content

Commit 48bcb0a

Browse files
authored
reformat to pass pre-commit check
1 parent a7c1fe3 commit 48bcb0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_logging.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ def test_format(self, level_name: str, expected: str) -> None:
6262
),
6363
],
6464
)
65-
def test_format_with_timestamp(
66-
self, level_name: str, expected: str
67-
) -> None:
65+
def test_format_with_timestamp(self, level_name: str, expected: str) -> None:
6866
record = self.make_record("hello\nworld", level_name=level_name)
6967
f = IndentingFormatter(fmt="%(message)s", add_timestamp=True)
7068
assert f.format(record) == expected

0 commit comments

Comments
 (0)