diff --git a/homeassistant/components/notify/rest.py b/homeassistant/components/notify/rest.py index 2dfeeb311a4..3bc724ab1d4 100644 --- a/homeassistant/components/notify/rest.py +++ b/homeassistant/components/notify/rest.py @@ -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. """