Flask-Shell2HTTP
Flask-Shell2HTTP copied to clipboard
refactor: remove redundant `None` default
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: