remove unused imports

hopefully theyre unused lol
This commit is contained in:
2022-11-22 11:23:21 +01:00
parent 5556f394e9
commit 5d3a4c3825
2 changed files with 1 additions and 4 deletions
-2
View File
@@ -1,8 +1,6 @@
from flask import current_app
import requests
from sqlite3 import Error
from flask.cli import with_appcontext
from tlapbot.db import get_db
# # # requests stuff # # #