Skip to content

Commit bf57f9c

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent e99cd3c commit bf57f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎importlib_metadata/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import collections
1616

1717
from . import _adapters, _meta
18-
from ._meta import PackageMetadata
1918
from ._collections import FreezableDefaultDict, Pair
2019
from ._compat import (
2120
NullFinder,
@@ -24,6 +23,7 @@
2423
)
2524
from ._functools import method_cache
2625
from ._itertools import unique_everseen
26+
from ._meta import PackageMetadata
2727

2828
from contextlib import suppress
2929
from importlib import import_module

0 commit comments

Comments
 (0)