Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update opentelemetry-api/src/opentelemetry/util/_importlib_metadata.py
  • Loading branch information
alexmojaki authored Sep 8, 2025
commit 67ff9b06984a8092b67b72815e3862d4e46cf710
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

from functools import lru_cache
Comment thread
alexmojaki marked this conversation as resolved.
Outdated

# FIXME: Use importlib.metadata (not importlib_metadata)
# when support for 3.11 is dropped if the rest of
# the supported versions at that time have the same API.
from importlib_metadata import ( # type: ignore
Comment thread
alexmojaki marked this conversation as resolved.
Distribution,
EntryPoint,
Expand Down
Loading