Skip to content

Commit 0091c2f

Browse files
authored
Update _dists.py
1 parent f081bf8 commit 0091c2f

File tree

1 file changed

+1
-1
lines changed
  • src/pip/_internal/metadata/importlib

1 file changed

+1
-1
lines changed

src/pip/_internal/metadata/importlib/_dists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file
2929

3030
from ._compat import (
31+
BadMetadata,
3132
BasePath,
3233
get_dist_canonical_name,
3334
parse_name_and_version_from_info_directory,
34-
BadMetadata,
3535
)
3636

3737

0 commit comments

Comments
 (0)