Skip to content

Commit 67ff9b0

Browse files
authored
Update opentelemetry-api/src/opentelemetry/util/_importlib_metadata.py
1 parent 00b4603 commit 67ff9b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
from functools import lru_cache
1616

17+
# FIXME: Use importlib.metadata (not importlib_metadata)
18+
# when support for 3.11 is dropped if the rest of
19+
# the supported versions at that time have the same API.
1720
from importlib_metadata import ( # type: ignore
1821
Distribution,
1922
EntryPoint,

0 commit comments

Comments
 (0)