From c978b2779916f5bbe3d0ee3179de55064e06d88c Mon Sep 17 00:00:00 2001 From: Lili Date: Thu, 5 Jan 2023 11:01:54 +0100 Subject: [PATCH] remove unnecessary import --- tlapbot/owncast_webhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlapbot/owncast_webhooks.py b/tlapbot/owncast_webhooks.py index 43cc3a6..3647c50 100644 --- a/tlapbot/owncast_webhooks.py +++ b/tlapbot/owncast_webhooks.py @@ -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