Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify RequirementPreparer._downloaded data structure #10346

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Simplify RequirementPreparer._downloaded data structure #10346

merged 1 commit into from
Aug 12, 2021

Conversation

jdufresne
Copy link
Contributor

The original type was Dict[str, Tuple[str, str]]. The 2nd element of
the tuple goes unused so map to a single str instead.

@jdufresne jdufresne changed the title Simplify RequirementPreparer._downlaoded data structure Simplify RequirementPreparer._downloaded data structure Aug 10, 2021
The original type was `Dict[str, Tuple[str, str]]`. The 2nd element of
the tuple goes unused so map to a single str instead.
@uranusjr
Copy link
Member

Requesting reviews from people involved in this as a part of #8737. @McSinyx @chrahunt @pradyunsg

Copy link
Contributor

@McSinyx McSinyx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any issue this this.

@pradyunsg pradyunsg merged commit 8bfb6b5 into pypa:main Aug 12, 2021
@pradyunsg
Copy link
Member

Thanks @jdufresne!

@jdufresne jdufresne deleted the simplify-prepare branch August 20, 2021 19:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants