Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

process.dedupe() using sets instead of lists & dict.keys()#255

Open
UpwardTrajectory wants to merge 2 commits intoseatgeek:masterfrom
UpwardTrajectory:master
Open

process.dedupe() using sets instead of lists & dict.keys()#255
UpwardTrajectory wants to merge 2 commits intoseatgeek:masterfrom
UpwardTrajectory:master

Conversation

@UpwardTrajectory
Copy link
Copy Markdown

Maybe no one asked for this, but I saw a very minor improvement. (This is my first ever contribution attempt to a stranger's library, I'm open to critiques re: my process.)

This is slightly more readable and doesn't use dict.keys() in order to get set functionality. Previously,

deduped = process.dedupe(contains_dupes)
type(deduped)

dict_keys

but now type(deduped) = list

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.

1 participant