Skip to content

Commit 985b80d

Browse files
committed
Sort imports
1 parent 098e764 commit 985b80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
import itertools
1313
import collections
1414

15+
from ._compat import install, NullFinder
1516
from importlib import import_module
1617
from itertools import starmap
17-
from ._compat import install, NullFinder
1818

1919
if sys.version_info > (3,): # pragma: nocover
2020
from configparser import ConfigParser

0 commit comments

Comments
 (0)