Skip to content

Commit fd663ef

Browse files
committed
Update _send_telemetry.py
1 parent 8743d22 commit fd663ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

featuremanagement/azuremonitor/_send_telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class TargetingSpanProcessor(SpanProcessor):
126126
A custom SpanProcessor that attaches the targeting ID to the span and baggage when a new span is started.
127127
"""
128128

129-
def on_start(self, span: Span, parent_context: Optional[Context] =None) -> None:
129+
def on_start(self, span: Span, parent_context: Optional[Context] = None) -> None:
130130
"""
131131
Attaches the targeting ID to the span and baggage when a new span is started.
132132

0 commit comments

Comments
 (0)