Skip to content

Commit 82f1d14

Browse files
DefaultRyansbidoul
authored andcommitted
Remove reference to utils.misc.normalize_path_cached
1 parent 58882a1 commit 82f1d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/req/req_uninstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pip._internal.utils.compat import WINDOWS
1212
from pip._internal.utils.egg_link import egg_link_path_from_location
1313
from pip._internal.utils.logging import getLogger, indent_log
14-
from pip._internal.utils.misc import ask, is_local, normalize_path, normalize_path_cached, renames, rmtree
14+
from pip._internal.utils.misc import ask, is_local, normalize_path, renames, rmtree
1515
from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory
1616
from pip._internal.utils.virtualenv import running_under_virtualenv
1717

0 commit comments

Comments
 (0)