Remove unused import

This commit is contained in:
Panoramic 2024-06-11 13:43:30 +03:00
parent af9961688f
commit d5ffa6952f
Signed by: Panoramic
GPG Key ID: 29FEDD73E66D32F1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from nio import (
) )
from vetting_bot.bot_commands import Command 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.config import Config
from vetting_bot.message_responses import Message from vetting_bot.message_responses import Message
from vetting_bot.storage import Storage from vetting_bot.storage import Storage