Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 9, 2023
1 parent b137fec commit d47b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def test_logger_when_options(tmp_path):
logger1.start_file_logger(log_file, utc=False, when="M")

assert logger1.fh.when == "M"
assert logger1.fh.utc == False
assert logger1.fh.utc is False


def test_rich_handler_logger(caplog):
Expand Down

0 comments on commit d47b759

Please sign in to comment.