Skip to content

Commit

Permalink
Merge pull request #2402 from tkalir/2400-fix-pylint
Browse files Browse the repository at this point in the history
removing unused import (for pylint)
  • Loading branch information
atalyaalon authored Jun 25, 2023
2 parents 018d1f2 + 11c94eb commit 6b26164
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions anyway/telegram_accident_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b26164

Please sign in to comment.