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:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user