Skip to content

Commit 6e23365

Browse files
committed
apply formatting
1 parent c053aa6 commit 6e23365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/contrib/test_opentelemetry.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,6 @@ def otel_context_error(record: logging.LogRecord) -> bool:
622622
and "Failed to detach context" in record.message
623623
)
624624

625-
assert capturer.find(otel_context_error) is None, (
626-
"Detach from context message should not be logged"
627-
)
625+
assert (
626+
capturer.find(otel_context_error) is None
627+
), "Detach from context message should not be logged"

0 commit comments

Comments
 (0)