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

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

UpwardTrajectory
Copy link

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