From 1b073571cce960ee28da4303bf2e7ba5eebbd99f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 31 Mar 2024 01:02:46 +0200 Subject: [PATCH] remove unused import --- files/routes/comments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 4f708b95f..b78c1d821 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -8,7 +8,6 @@ import gevent from files.classes import * from files.helpers.actions import * from files.helpers.alerts import * -from files.helpers.cloudflare import purge_files_in_cloudflare_cache from files.helpers.config.const import * from files.helpers.get import * from files.helpers.media import *