Skip to content

Commit 398c9ba

Browse files
authored
Apply suggestions from code review
1 parent 6fdb6d4 commit 398c9ba

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/util/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# This is the implementation of the "Any" type as specified by the specifications of OpenTelemetry data model for logs.
1919
# For more details, refer to the OTel specification:
2020
# https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#type-any
21-
2221
AnyValue = Union[
2322
str,
2423
bool,
@@ -29,6 +28,7 @@
2928
Mapping[str, "AnyValue"],
3029
None,
3130
]
31+
3232
AttributeValue = Union[
3333
str,
3434
bool,

0 commit comments

Comments
 (0)