Skip to content

Commit 692e60e

Browse files
committed
Fix lint
1 parent 71554ed commit 692e60e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def _clean_extended_attribute_value(
180180
# Freeze mutable sequences defensively
181181
return tuple(cleaned_seq)
182182

183+
return value
183184

184185
def _clean_extended_attribute(
185186
key: str, value: types.AnyValue, max_len: Optional[int]

0 commit comments

Comments
 (0)