pylint: ignore 'too-many-arguments'

This commit is contained in:
Theb-1 2016-02-09 21:12:33 -08:00
parent b7ff79da24
commit b3a1491482

View File

@ -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. """