diff --git a/homeassistant/components/notify/rest.py b/homeassistant/components/notify/rest.py index e78b0740482..e0bb50216bd 100644 --- a/homeassistant/components/notify/rest.py +++ b/homeassistant/components/notify/rest.py @@ -76,4 +76,5 @@ class RestNotificationService(BaseNotificationService): if response.status_code not in (200, 201): _LOGGER.exception( - "Error sending message. Response %d: %s:", response.status_code, response.reason) + "Error sending message. Response %d: %s:", + response.status_code, response.reason)