Skip to content

Commit d4ca1f1

Browse files
authored
Remove pragma for undefined type in OTel SDK (#115)
Closes #114
1 parent 96417e8 commit d4ca1f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • opentelemetry-exporter-gcp-trace/src/opentelemetry/exporter/cloud_trace

opentelemetry-exporter-gcp-trace/src/opentelemetry/exporter/cloud_trace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def _extract_attributes(
423423
)
424424
return trace_pb2.Span.Attributes(
425425
attribute_map=attributes_dict,
426-
dropped_attributes_count=attributes_dict.dropped # type: ignore[attr-defined]
426+
dropped_attributes_count=attributes_dict.dropped
427427
+ invalid_value_dropped_count,
428428
)
429429

0 commit comments

Comments
 (0)