From d740f5a4105f69f176356e781977280f5bd88a5c Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Wed, 30 Nov 2022 12:32:37 +0100 Subject: [PATCH] [IMP] mail_broker_telegram: black, isort, prettier --- mail_gateway_telegram/services/mail_broker_service.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mail_gateway_telegram/services/mail_broker_service.py b/mail_gateway_telegram/services/mail_broker_service.py index b3e994062..0aae0a997 100644 --- a/mail_gateway_telegram/services/mail_broker_service.py +++ b/mail_gateway_telegram/services/mail_broker_service.py @@ -181,7 +181,10 @@ class MailBrokerTelegramService(Component): body += ( 'Location' - % (effective_attachment.latitude, effective_attachment.longitude,) + % ( + effective_attachment.latitude, + effective_attachment.longitude, + ) ) attachment_data = self._process_telegram_attachment(effective_attachment) if attachment_data: