mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
flake8 fix
This commit is contained in:
@@ -76,4 +76,5 @@ class RestNotificationService(BaseNotificationService):
|
|||||||
|
|
||||||
if response.status_code not in (200, 201):
|
if response.status_code not in (200, 201):
|
||||||
_LOGGER.exception(
|
_LOGGER.exception(
|
||||||
"Error sending message. Response %d: %s:", response.status_code, response.reason)
|
"Error sending message. Response %d: %s:",
|
||||||
|
response.status_code, response.reason)
|
||||||
|
Reference in New Issue
Block a user