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 2d0481e commit 73a89bdCopy full SHA for 73a89bd
pip/commands/cache.py
@@ -5,10 +5,11 @@
5
import os.path
6
7
from pip._vendor.packaging import version
8
+from pip._vendor.packaging.utils import canonicalize_name
9
from pip._vendor import pkg_resources
10
from pip.basecommand import Command, SUCCESS
11
from pip.exceptions import InvalidWheelFilename
-from pip.utils import ask, cached_property, canonicalize_name
12
+from pip.utils import ask, cached_property
13
from pip.wheel import Wheel
14
15
0 commit comments