Remove inline pylint disables for messages disabled in pylintrc (#14978)

This commit is contained in:
Ville Skyttä 2018-06-16 01:15:46 +03:00 committed by Pascal Vizeli
parent d0cbbe6141
commit 4bd7a7eee3
171 changed files with 13 additions and 182 deletions

View file

@ -115,7 +115,6 @@ class KNXBinarySensor(BinarySensorDevice):
"""Register callbacks to update hass after device was changed."""
async def after_update_callback(device):
"""Call after device was updated."""
# pylint: disable=unused-argument
await self.async_update_ha_state()
self.device.register_device_updated_cb(after_update_callback)