Skip to content

Commit 5d82933

Browse files
committed
remove unused import in test
1 parent 1f8f4e9 commit 5d82933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/profiler/test_continuous_profiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ def test_continuous_profiler_run_does_not_null_buffer(
643643
self.buffer = None from run().
644644
"""
645645
from sentry_sdk.profiler import continuous_profiler as cp
646-
from sentry_sdk.profiler.continuous_profiler import ContinuousScheduler
647646

648647
options = get_client_options(True)(
649648
mode="thread", profile_session_sample_rate=1.0, lifecycle="manual"

0 commit comments

Comments
 (0)