We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22226e5 commit 1f3164fCopy full SHA for 1f3164f
importlib_metadata/__init__.py
@@ -3,7 +3,7 @@
3
entry_points, files, metadata, requires, version)
4
5
# Import for installation side-effects.
6
-from . import _hooks # noqa: F401
+__import__('importlib_metadata._hooks')
7
8
9
__all__ = [
0 commit comments