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 fa20a0a commit 38350dcCopy full SHA for 38350dc
importlib_metadata/__init__.py
@@ -15,7 +15,6 @@
15
import collections
16
17
from . import _adapters, _meta
18
-from ._meta import PackageMetadata, Path
19
from ._collections import FreezableDefaultDict, Pair
20
from ._compat import (
21
NullFinder,
@@ -24,6 +23,7 @@
24
23
)
25
from ._functools import method_cache
26
from ._itertools import unique_everseen
+from ._meta import PackageMetadata, Path
27
28
from contextlib import suppress
29
from importlib import import_module
0 commit comments