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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 0 additions and 349 deletions

View file

@ -115,7 +115,6 @@ class XS1ThermostatEntity(XS1DeviceEntity, ClimateDevice):
def set_hvac_mode(self, hvac_mode):
"""Set new target hvac mode."""
pass
async def async_update(self):
"""Also update the sensor when available."""