Remove some unneeded pylint suppressions (#32152)
This commit is contained in:
parent
a9e061270b
commit
9b2544c923
23 changed files with 4 additions and 31 deletions
|
@ -87,7 +87,6 @@ class AlmondFlowHandler(config_entry_oauth2_flow.AbstractOAuth2FlowHandler):
|
|||
)
|
||||
return self.async_abort(reason="cannot_connect")
|
||||
|
||||
# pylint: disable=invalid-name
|
||||
self.CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
|
||||
|
||||
return self.async_create_entry(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue