Skip to content

Commit 38350dc

Browse files
committed
importlib_metadata: fix flake8 error
Signed-off-by: Filipe Laíns <[email protected]>
1 parent fa20a0a commit 38350dc

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, Path
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, Path
2727

2828
from contextlib import suppress
2929
from importlib import import_module

0 commit comments

Comments
 (0)