Skip to content

Commit 6a5c88e

Browse files
committed
Cleanup
1 parent 43ff0c6 commit 6a5c88e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry_sdk/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from sentry_sdk._init_implementation import init
77
from sentry_sdk.consts import INSTRUMENTER
88
from sentry_sdk.scope import Scope, _ScopeManager, new_scope, isolation_scope
9-
from sentry_sdk.tracing import NoOpSpan, Transaction, trace, new_trace
9+
from sentry_sdk.tracing import NoOpSpan, Transaction, trace
1010
from sentry_sdk.crons import monitor
1111

1212
from typing import TYPE_CHECKING
@@ -81,7 +81,6 @@ def overload(x):
8181
"start_span",
8282
"start_transaction",
8383
"trace",
84-
"new_trace",
8584
"monitor",
8685
"start_session",
8786
"end_session",

0 commit comments

Comments
 (0)