We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4298f04 commit 9ede05fCopy full SHA for 9ede05f
1 file changed
opentelemetry-api/src/opentelemetry/attributes/__init__.py
@@ -12,7 +12,9 @@
12
# Re-exported so the "AnyValue" forward reference in
13
# util.types._ExtendedAttributes resolves against this module's globals when
14
# sphinx_autodoc_typehints introspects BoundedAttributes.
15
-from opentelemetry.util.types import AnyValue as AnyValue
+from opentelemetry.util.types import AnyValue
16
+
17
+__all__ = ["AnyValue", "BoundedAttributes"]
18
19
# bytes are accepted as a user supplied value for attributes but
20
# decoded to strings internally.
0 commit comments