flake8 fix

This commit is contained in:
Theb-1 2016-02-09 22:51:44 -08:00
parent c5c4085ad4
commit d796625098

View File

@ -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)