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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant