Skip to content
Commit 541bac6a authored by Jon Dufresne's avatar Jon Dufresne
Browse files

Clean up some uses of set, list, and dict

* Use set literals instead of set([...])
* Avoid list(sorted(...)) as sorted returns a list
* Replace dict() with dict literal
parent 23b1f37f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment