Import InstallationCandidate more directly

This commit is contained in:
Pradyun Gedam 2019-10-06 22:21:43 +05:30
parent 23ab63e2f3
commit c18e912b2a
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from mock import patch
from pip._vendor import pkg_resources
from pip._internal import self_outdated_check
from pip._internal.index import InstallationCandidate
from pip._internal.models.candidate import InstallationCandidate
from pip._internal.network.session import PipSession
from pip._internal.self_outdated_check import (
SelfCheckState,