Disable no-self-use [pylint] (#70641)

* Disable no-self-use

* Remove disable comments
This commit is contained in:
Marc Mueller 2022-04-25 16:41:01 +02:00 committed by GitHub
parent 9dcbc8469e
commit 9b9b553521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 14 additions and 64 deletions

View file

@ -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(),