mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +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)
|
||||
|
||||
|
||||
# pylint: disable=too-few-public-methods, disable-msg=too-many-arguments
|
||||
# pylint: disable=too-few-public-methods, too-many-arguments
|
||||
class RestNotificationService(BaseNotificationService):
|
||||
""" Implements notification service for REST. """
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user