buttercup / locust

Login form location & automation utility
MIT License
20 stars 6 forks source link

Replace dedupe function with a native Set #3

Closed LinusU closed 6 years ago

LinusU commented 6 years ago

Instead of writing our own function, I took the opportunity to use the builtin Set which seems to better represent what we were storing

perry-mitchell commented 6 years ago

Looks great, thanks @LinusU