From 5c617e8530c825d63e67723d808cd1f803ceda8d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 3 Feb 2023 18:35:58 +0100 Subject: [PATCH] Code cleanup - remove unused import --- changedetectionio/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 12d26fc6..192391d6 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -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)