mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
Fix lint
This commit is contained in:
parent
61e133df6b
commit
878eb40258
@ -68,7 +68,7 @@ def api_return_error(message=None):
|
||||
})
|
||||
|
||||
|
||||
def api_return_ok(data={}):
|
||||
def api_return_ok(data=dict()):
|
||||
"""Return a API ok answer."""
|
||||
return web.json_response({
|
||||
JSON_RESULT: RESULT_OK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user