mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Run black on twitter to fix CI (#76254)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user