Skip to content

Commit ab04693

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent bed8fd2 commit ab04693

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎importlib_metadata/__init__.py‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
import posixpath
1414
import collections
1515

16+
from ._compat import (
17+
NullFinder,
18+
PyPy_repr,
19+
install,
20+
)
21+
1622
from configparser import ConfigParser
1723
from contextlib import suppress
1824
from importlib import import_module
1925
from importlib.abc import MetaPathFinder
2026
from itertools import starmap
2127

22-
from ._compat import (
23-
install,
24-
NullFinder,
25-
PyPy_repr,
26-
)
27-
2828

2929
__all__ = [
3030
'Distribution',

0 commit comments

Comments
 (0)