Skip to content

Commit

Permalink
remove stray empty docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Oct 13, 2020
1 parent ae19278 commit 859b8c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tracing/test_integration_tests.py
Expand Up @@ -47,7 +47,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 859b8c9

Please sign in to comment.