Skip to content

Commit fd3a0ab

Browse files
authored
Re-order imports for consistency.
1 parent 72b30ec commit fd3a0ab

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
@@ -33,7 +33,7 @@
3333
from importlib import import_module
3434
from importlib.abc import MetaPathFinder
3535
from itertools import starmap
36-
from typing import Iterable, List, Mapping, Optional, Set, cast, Any
36+
from typing import Any, Iterable, List, Mapping, Optional, Set, cast
3737

3838
__all__ = [
3939
'Distribution',

0 commit comments

Comments
 (0)