Disable no-self-use [pylint] (#70641)
* Disable no-self-use * Remove disable comments
This commit is contained in:
parent
9dcbc8469e
commit
9b9b553521
49 changed files with 14 additions and 64 deletions
|
@ -22,7 +22,6 @@ class _BaseFlowManagerView(HomeAssistantView):
|
|||
"""Initialize the flow manager index view."""
|
||||
self._flow_mgr = flow_mgr
|
||||
|
||||
# pylint: disable=no-self-use
|
||||
def _prepare_result_json(
|
||||
self, result: data_entry_flow.FlowResult
|
||||
) -> data_entry_flow.FlowResult:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue