mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Run black on twitter to fix CI (#76254)
This commit is contained in:
parent
fa9d0b9ff7
commit
ca4b7cca1a
@ -81,7 +81,7 @@ class TwitterNotificationService(BaseNotificationService):
|
|||||||
if not self.hass.config.is_allowed_path(media):
|
if not self.hass.config.is_allowed_path(media):
|
||||||
_LOGGER.warning("'%s' is not a whitelisted directory", media)
|
_LOGGER.warning("'%s' is not a whitelisted directory", media)
|
||||||
return
|
return
|
||||||
|
|
||||||
if targets:
|
if targets:
|
||||||
for target in targets:
|
for target in targets:
|
||||||
callback = partial(self.send_message_callback, message, target)
|
callback = partial(self.send_message_callback, message, target)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user