mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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):
|
||||
_LOGGER.warning("'%s' is not a whitelisted directory", media)
|
||||
return
|
||||
|
||||
|
||||
if targets:
|
||||
for target in targets:
|
||||
callback = partial(self.send_message_callback, message, target)
|
||||
|
Loading…
x
Reference in New Issue
Block a user