Skip to content

Commit b25afd0

Browse files
committed
lint
1 parent 8d63813 commit b25afd0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/integrations/pyramid/test_pyramid.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,9 @@ def tracing_error(request):
526526

527527

528528
@pytest.mark.parametrize("span_streaming", [True, False])
529-
def test_span_origin(sentry_init, capture_events, capture_items, get_client, span_streaming):
529+
def test_span_origin(
530+
sentry_init, capture_events, capture_items, get_client, span_streaming
531+
):
530532
sentry_init(
531533
integrations=[PyramidIntegration()],
532534
traces_sample_rate=1.0,

0 commit comments

Comments
 (0)