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

@ -319,7 +319,6 @@ class ISYBinarySensorHeartbeat(ISYDevice, BinarySensorDevice):
We listen directly to the Control events for this device.
"""
pass
@property
def value(self) -> object: