Skip to content

Commit ca46ffc

Browse files
committed
fix import
1 parent 96d8460 commit ca46ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
_installed_integrations,
2929
_processed_integrations,
3030
)
31-
from sentry_sdk.profiler import teardown_profiler
31+
from sentry_sdk.profiler.transaction_profiler import teardown_profiler
3232
from sentry_sdk.profiler.continuous_profiler import teardown_continuous_profiler
3333
from sentry_sdk.transport import Transport
3434
from sentry_sdk.utils import reraise

0 commit comments

Comments
 (0)