remove unnecessary import

This commit is contained in:
2023-01-05 11:01:54 +01:00
parent efd773e2e8
commit c978b27799
+1 -1
View File
@@ -1,7 +1,7 @@
from flask import Flask, request, json, Blueprint, current_app
from tlapbot.db import get_db
from tlapbot.owncast_helpers import (add_user_to_database, change_display_name,
user_exists, send_chat, read_users_points, remove_duplicate_usernames)
send_chat, read_users_points, remove_duplicate_usernames)
from tlapbot.help_message import send_help
from tlapbot.redeems_handler import handle_redeem