mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
flake8 fix
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user