Remove some unneeded pylint suppressions (#32152)
This commit is contained in:
parent
a9e061270b
commit
9b2544c923
23 changed files with 4 additions and 31 deletions
|
@ -99,7 +99,6 @@ async def _async_setup_entity(
|
|||
async_add_entities([MqttSwitch(config, config_entry, discovery_hash)])
|
||||
|
||||
|
||||
# pylint: disable=too-many-ancestors
|
||||
class MqttSwitch(
|
||||
MqttAttributes,
|
||||
MqttAvailability,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue