Skip to content

Commit

Permalink
Re-order imports for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 7, 2024
1 parent 72b30ec commit fd3a0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_metadata/__init__.py
Expand Up @@ -33,7 +33,7 @@
from importlib import import_module
from importlib.abc import MetaPathFinder
from itertools import starmap
from typing import Iterable, List, Mapping, Optional, Set, cast, Any
from typing import Any, Iterable, List, Mapping, Optional, Set, cast

__all__ = [
'Distribution',
Expand Down

0 comments on commit fd3a0ab

Please sign in to comment.