Lint cleanup (#15103)
* Remove unneeded inline pylint disables * Remove unneeded noqa's * Use symbol names instead of message ids in inline pylint disables
This commit is contained in:
parent
6c0fc65eaf
commit
b92350fb55
137 changed files with 58 additions and 209 deletions
|
@ -226,7 +226,6 @@ class HomeKitEntity(Entity):
|
|||
self._securecon.put('/characteristics', body)
|
||||
|
||||
|
||||
# pylint: too-many-function-args
|
||||
def setup(hass, config):
|
||||
"""Set up for Homekit devices."""
|
||||
def discovery_dispatch(service, discovery_info):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue