Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2024
1 parent f6ee068 commit d401a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/processors/test_renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def test_false_utc(self):
try:
datetime.datetime.strptime(timestamp, expected_format)
except ValueError:
pytest.fail(f"Timestamp does not match expected format")
pytest.fail("Timestamp does not match expected format")


class TestFormatExcInfo:
Expand Down

0 comments on commit d401a41

Please sign in to comment.