From d5ffa6952f75f071d944ea48f151888ebcb4a109 Mon Sep 17 00:00:00 2001 From: Panoramic Date: Tue, 11 Jun 2024 13:43:30 +0300 Subject: [PATCH] Remove unused import --- vetting_bot/callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vetting_bot/callbacks.py b/vetting_bot/callbacks.py index a5cb411..2918120 100644 --- a/vetting_bot/callbacks.py +++ b/vetting_bot/callbacks.py @@ -12,7 +12,7 @@ from nio import ( ) from vetting_bot.bot_commands import Command -from vetting_bot.chat_functions import make_pill, react_to_event, send_text_to_room +from vetting_bot.chat_functions import make_pill, send_text_to_room from vetting_bot.config import Config from vetting_bot.message_responses import Message from vetting_bot.storage import Storage