File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
from packaging .utils import canonicalize_name
9
9
# Between different versions of pip the location of PipSession has changed.
10
10
try :
11
- from pip ._internal .network .session import PipSession
11
+ from pip ._internal .network .session import PipSession
12
12
except ImportError : # pragma: no cover
13
13
from pip ._internal .download import PipSession
14
14
from pip ._internal .req .req_file import parse_requirements
Original file line number Diff line number Diff line change 8
8
from pip ._internal .commands .show import search_packages_info
9
9
# Between different versions of pip the location of PipSession has changed.
10
10
try :
11
- from pip ._internal .network .session import PipSession
11
+ from pip ._internal .network .session import PipSession
12
12
except ImportError : # pragma: no cover
13
13
from pip ._internal .download import PipSession
14
14
from pip ._internal .req .req_file import parse_requirements
You can’t perform that action at this time.
0 commit comments