Skip to content

Tiny code simplification

Esteban Manchado Velázquez requested to merge tiny-simplification into master

No need to catch KeyError, it's possible to fetch a dictionary key providing a default value if the key doesn't exist.

Merge request reports