From 11c94eb1b17690dffb9f33be5339ee3e1bbf02d3 Mon Sep 17 00:00:00 2001 From: Tamar Kalir Date: Sun, 25 Jun 2023 12:01:29 +0300 Subject: [PATCH] removing unused import (for pylint) --- anyway/telegram_accident_notifications.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anyway/telegram_accident_notifications.py b/anyway/telegram_accident_notifications.py index 41137c104..ff9164f2e 100644 --- a/anyway/telegram_accident_notifications.py +++ b/anyway/telegram_accident_notifications.py @@ -7,10 +7,9 @@ def publish_notification(newsflash_id): - from anyway.slack_accident_notifications import fmt_lnk_mrkdwn bot = telebot.TeleBot(secrets.get("TELEGRAM_BOT_TOKEN")) -# sent_msg = bot.send_message(chat_id, msg_text, parse_mode="Markdown") +# sent_msg = bot.send_message(chat_id, msg_text) urls = create_public_urls_for_infographics_images(newsflash_id) for url in urls: