Run black on twitter to fix CI (#76254)

This commit is contained in:
J. Nick Koston 2022-08-04 11:45:35 -10:00 committed by GitHub
parent fa9d0b9ff7
commit ca4b7cca1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)