Skip to content
Snippets Groups Projects
Commit deaf7c57 authored by Sharif Nassar's avatar Sharif Nassar
Browse files

Make more idiomatic

* Some whitespace cleanup
* Some 'not x in y' to 'x not in y'
* Switch 'dict.has_key(key)' to 'key in dict'
* Change from try/except on error lookup to error.get()
parent 969fb560
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment