1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Enable pylint unnecessary-pass (#33650)

* Enable pylint unnecessary-pass

* Process review suggestions

* Fix smhi tests
This commit is contained in:
Franck Nijhof
2020-04-05 10:33:07 +02:00
committed by GitHub
parent 000ad256fb
commit 7653dc947a
79 changed files with 0 additions and 349 deletions

View File

@@ -186,7 +186,6 @@ class FroniusAdapter:
async def _update(self):
"""Return values of interest."""
pass
async def register(self, sensor):
"""Register child sensor for update subscriptions."""