Skip to content

Commit 5abc5a4

Browse files
committed
run formatter
1 parent b656e84 commit 5abc5a4

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
@@ -516,6 +516,6 @@ def otel_context_error(record: logging.LogRecord) -> bool:
516516
and "Failed to detach context" in record.message
517517
)
518518

519-
assert capturer.find(otel_context_error) is None, (
520-
"Detach from context message should not be logged"
521-
)
519+
assert (
520+
capturer.find(otel_context_error) is None
521+
), "Detach from context message should not be logged"

0 commit comments

Comments
 (0)