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

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