grass icon indicating copy to clipboard operation
grass copied to clipboard

style: Fix if-else-block-instead-of-dict-get (SIM401)

Open echoix opened this issue 1 year ago • 0 comments

Ruff rule: https://docs.astral.sh/ruff/rules/if-else-block-instead-of-dict-get/

Python docs: https://docs.python.org/3/library/stdtypes.html#dict.get

The get method never raises a KeyError.

echoix avatar Oct 20 '24 14:10 echoix