Skip to content

Commit 6189f89

Browse files
committed
Please mypy
1 parent 1cd5298 commit 6189f89

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-api/src/opentelemetry/attributes

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/attributes/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _clean_extended_attribute_value(
145145

146146
if isinstance(value, Sequence):
147147
sequence_first_valid_type = None
148-
cleaned_seq = []
148+
cleaned_seq: list[types.AnyValue] = []
149149

150150
for element in value:
151151
if element is None:

0 commit comments

Comments
 (0)