Skip to content

Commit 65fb0f1

Browse files
committed
Fix lint
1 parent 197ebfe commit 65fb0f1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _clean_attribute(
118118
return None
119119

120120

121-
def _clean_extended_attribute_value( # pylint: disable=too-many-branches
121+
def _clean_extended_attribute_value( # pylint: disable=too-many-branches
122122
value: types.AnyValue, max_len: Optional[int]
123123
) -> types.AnyValue:
124124
# for primitive types just return the value and eventually shorten the string length

0 commit comments

Comments
 (0)