We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b9dbc commit ca30217Copy full SHA for ca30217
src/pip/_internal/models/wheel.py
@@ -6,13 +6,10 @@
6
from typing import Dict, Iterable, List
7
8
from pip._vendor.packaging.tags import Tag
9
-from pip._vendor.packaging.utils import (
10
- InvalidVersion,
11
- parse_wheel_filename,
12
-)
13
from pip._vendor.packaging.utils import (
14
InvalidWheelFilename as PackagingInvalidWheelName,
15
)
+from pip._vendor.packaging.utils import parse_wheel_filename
16
17
from pip._internal.exceptions import InvalidWheelFilename
18
from pip._internal.utils.deprecation import deprecated
0 commit comments