Update pylint to 2.11.1 (#56364)
This commit is contained in:
parent
476d04e2fb
commit
48bada5a18
49 changed files with 77 additions and 43 deletions
|
@ -157,6 +157,7 @@ class LoginFlowIndexView(HomeAssistantView):
|
|||
|
||||
async def get(self, request):
|
||||
"""Do not allow index of flows in progress."""
|
||||
# pylint: disable=no-self-use
|
||||
return web.Response(status=HTTP_METHOD_NOT_ALLOWED)
|
||||
|
||||
@RequestDataValidator(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue