Skip to content

Commit

Permalink
602 Fixed lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vtaskow committed Jul 17, 2023
1 parent 3f64211 commit 8902b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/logging/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_model_logging_formatter(name, version, expected_fmt, caplog):

logger.info("Before model context")
with model_context(model_settings):
logger.info(f"Inside model context")
logger.info("Inside model context")
logger.info("After model context")

log_records = caplog.text.strip().split("\n")
Expand Down

0 comments on commit 8902b03

Please sign in to comment.