python / importlib_metadata

Library to access metadata for Python packages
https://importlib-metadata.readthedocs.io
Apache License 2.0
126 stars 81 forks source link

Add typing for load and select #483

Closed Danyal-Faheem closed 7 months ago

Danyal-Faheem commented 8 months ago

Changes

As the Entrypoint.load() returns more than one type depending on the value of the value variable, it was necessary to set it as Any.