Skip to content

Refactoring: use "{}" for creating an empty dictionary

This is the most concise and Pythonic way to create a dictionary.

See for reference: https://docs.sourcery.ai/Reference/Python/Default-Rules/dict-literal/

Merge request reports

Loading