Skip to content

Commit

Permalink
Revert annotation as per review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asasvari committed Jul 24, 2024
1 parent acf6ece commit d8575f1
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@

# FIXME: Use 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 EntryPoint, EntryPoints, entry_points, version
from importlib_metadata import ( # type: ignore
EntryPoint,
EntryPoints,
entry_points,
version,
)

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

0 comments on commit d8575f1

Please sign in to comment.