Flask-Shell2HTTP icon indicating copy to clipboard operation
Flask-Shell2HTTP copied to clipboard

refactor: remove redundant `None` default

Open deepsource-autofix[bot] opened this issue 1 year ago • 0 comments

It is unnecessary to provide None as the default value when the key is not present in the dictionary as get implicitly returns None. Not preferred:

deepsource-autofix[bot] avatar Nov 22 '24 17:11 deepsource-autofix[bot]