Skip to content

Commit

Permalink
reformat to pass pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
finnagin committed Jul 18, 2022
1 parent a7c1fe3 commit 48bcb0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ def test_format(self, level_name: str, expected: str) -> None:
),
],
)
def test_format_with_timestamp(
self, level_name: str, expected: str
) -> None:
def test_format_with_timestamp(self, level_name: str, expected: str) -> None:
record = self.make_record("hello\nworld", level_name=level_name)
f = IndentingFormatter(fmt="%(message)s", add_timestamp=True)
assert f.format(record) == expected
Expand Down

0 comments on commit 48bcb0a

Please sign in to comment.