Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Oct 13, 2020
1 parent ae19278 commit d101fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tracing/test_integration_tests.py
@@ -1,5 +1,6 @@
import weakref
import gc

import pytest

from sentry_sdk import (
Expand Down Expand Up @@ -47,7 +48,6 @@ def test_basic(sentry_init, capture_events, sample_rate):

@pytest.mark.parametrize("sampled", [True, False, None])
def test_continue_from_headers(sentry_init, capture_events, sampled):
""""""
sentry_init(traces_sample_rate=1.0)
events = capture_events()

Expand Down

0 comments on commit d101fdf

Please sign in to comment.