Skip to content

Commit f5493f9

Browse files
committed
Fix docs build
1 parent ddbd018 commit f5493f9

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
@@ -57,4 +57,4 @@
5757
...,
5858
]
5959

60-
LogAttributes = Optional[Mapping[str, AnyValue]]
60+
LogAttributes = Optional[Mapping[str, "AnyValue"]]

0 commit comments

Comments
 (0)