Use a symmetric type and make mypy happy

This commit is contained in:
Pradyun Gedam 2020-09-10 17:32:58 +05:30
parent 3d32960c80
commit cc472fd54a
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ class RequirementPreparer(object):
self._downloaded = {} # type: Dict[str, Tuple[str, str]]
# Previous "header" printed for a link-based InstallRequirement
self._previous_requirement_header = None
self._previous_requirement_header = ("", "")
@property
def _download_should_save(self):