Skip to content

Commit d8575f1

Browse files
committed
Revert annotation as per review comment
1 parent acf6ece commit d8575f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414

1515
# FIXME: Use importlib.metadata when support for 3.11 is dropped if the rest of
1616
# the supported versions at that time have the same API.
17-
from importlib_metadata import EntryPoint, EntryPoints, entry_points, version
17+
from importlib_metadata import ( # type: ignore
18+
EntryPoint,
19+
EntryPoints,
20+
entry_points,
21+
version,
22+
)
1823

1924
# The importlib-metadata library has introduced breaking changes before to its
2025
# API, this module is kept just to act as a layer between the

0 commit comments

Comments
 (0)