Skip to content

Commit ec068ce

Browse files
committed
chore: ruff format
1 parent 11d7ab6 commit ec068ce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/test_otel.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,10 +2582,12 @@ def test_custom_should_export_span_with_composition(
25822582
public_key=instrumentation_filtering_setup["test_key"],
25832583
secret_key="test-secret-key",
25842584
base_url="http://localhost:3000",
2585-
should_export_span=lambda span: is_default_export_span(span)
2586-
or (
2587-
span.instrumentation_scope is not None
2588-
and span.instrumentation_scope.name.startswith("my-framework")
2585+
should_export_span=lambda span: (
2586+
is_default_export_span(span)
2587+
or (
2588+
span.instrumentation_scope is not None
2589+
and span.instrumentation_scope.name.startswith("my-framework")
2590+
)
25892591
),
25902592
)
25912593

0 commit comments

Comments
 (0)