Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 11, 2019
1 parent 098e764 commit 985b80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_metadata/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
import itertools
import collections

from ._compat import install, NullFinder
from importlib import import_module
from itertools import starmap
from ._compat import install, NullFinder

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

0 comments on commit 985b80d

Please sign in to comment.