Skip to content

Commit 74cb7db

Browse files
committed
make black happy
1 parent 0526d15 commit 74cb7db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,6 +1586,7 @@ def get_profile_context(self):
15861586
def set_context(self, key, value):
15871587
# type: (str, Any) -> None
15881588
from sentry_sdk.integrations.opentelemetry.consts import SentrySpanAttribute
1589+
15891590
# TODO-neel-potel we cannot add dicts here
15901591

15911592
self.set_attribute(f"{SentrySpanAttribute.CONTEXT}.{key}", value)

0 commit comments

Comments
 (0)