mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
pylint: ignore 'too-many-arguments'
This commit is contained in:
@@ -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. """
|
||||
|
||||
|
Reference in New Issue
Block a user