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
|
@ -94,7 +94,6 @@ class SmartTubController:
|
|||
return data
|
||||
|
||||
async def _get_spa_data(self, spa):
|
||||
# pylint: disable=no-self-use
|
||||
full_status, reminders, errors = await asyncio.gather(
|
||||
spa.get_status_full(),
|
||||
spa.get_reminders(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue