We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d72c5 commit ae53317Copy full SHA for ae53317
opentelemetry-api/src/opentelemetry/attributes/__init__.py
@@ -145,7 +145,7 @@ def _clean_extended_attribute_value(
145
146
if isinstance(value, Sequence):
147
sequence_first_valid_type = None
148
- cleaned_seq = []
+ cleaned_seq: list[types.AnyValue] = []
149
150
for element in value:
151
if element is None:
0 commit comments