Skip to content

Commit e98beb3

Browse files
committed
Fix after rebase
1 parent a5d9a57 commit e98beb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pip/commands/cache.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
import os.path
66

77
from pip._vendor.packaging import version
8+
from pip._vendor.packaging.utils import canonicalize_name
89
from pip._vendor import pkg_resources
910
from pip.basecommand import Command, SUCCESS
1011
from pip.exceptions import InvalidWheelFilename
11-
from pip.utils import ask, cached_property, canonicalize_name
12+
from pip.utils import ask, cached_property
1213
from pip.wheel import Wheel
1314

1415

0 commit comments

Comments
 (0)