Code cleanup - remove unused import

This commit is contained in:
dgtlmoon
2023-02-03 18:35:58 +01:00
parent 1a48965ba1
commit 5c617e8530

View File

@@ -53,7 +53,6 @@ app = Flask(__name__,
static_url_path="",
static_folder="static",
template_folder="templates")
from flask_compress import Compress
# Super handy for compressing large BrowserSteps responses and others
FlaskCompress(app)