Skip to content

Commit becc39d

Browse files
committed
Lint again
1 parent 1ed2098 commit becc39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def __init__(
517517
# first time an event needs it for inclusion in the captured data
518518
self._sentry_tracestate = sentry_tracestate
519519
self._third_party_tracestate = third_party_tracestate
520-
self._measurements = {} # type: Dict[str, Any]
520+
self._measurements = {} # type: Dict[str, Any]
521521

522522
def __repr__(self):
523523
# type: () -> str

0 commit comments

Comments
 (0)