mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
flake8 fix
This commit is contained in:
parent
c5c4085ad4
commit
d796625098
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user