mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
pylint: ignore 'too-many-arguments'
This commit is contained in:
parent
b7ff79da24
commit
b3a1491482
@ -42,7 +42,7 @@ def get_service(hass, config):
|
|||||||
target_param_name)
|
target_param_name)
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=too-few-public-methods, disable-msg=too-many-arguments
|
# pylint: disable=too-few-public-methods, too-many-arguments
|
||||||
class RestNotificationService(BaseNotificationService):
|
class RestNotificationService(BaseNotificationService):
|
||||||
""" Implements notification service for REST. """
|
""" Implements notification service for REST. """
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user