Skip to content

Commit 33f79b8

Browse files
committed
sort
1 parent 241d5cf commit 33f79b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from sentry_sdk._init_implementation import init
77
from sentry_sdk.consts import ( # noqa: N811
88
INSTRUMENTER,
9-
SpanTemplate,
10-
SPANDATA as SpanAttr,
119
OP as SpanOp,
10+
SPANDATA as SpanAttr,
11+
SpanTemplate,
1212
)
1313
from sentry_sdk.scope import Scope, _ScopeManager, new_scope, isolation_scope
1414
from sentry_sdk.tracing import NoOpSpan, Transaction, trace

0 commit comments

Comments
 (0)