Merge pull request #9392 from jdufresne/version-cand

Remove unused type VersionCandidate
This commit is contained in:
Pradyun Gedam 2020-12-29 08:57:22 +00:00 committed by GitHub
commit 193267b417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ if MYPY_CHECK_RUNNING:
C = TypeVar("C")
Cache = Dict[Link, C]
VersionCandidates = Dict[_BaseVersion, Candidate]
logger = logging.getLogger(__name__)