From bc453f8057b1007d51c11246d1a4b3d6c9a0264a Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 26 Dec 2022 05:14:02 +0200 Subject: [PATCH] add missing import --- files/routes/chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/chat.py b/files/routes/chat.py index ac0779ee4..9310642cf 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -9,6 +9,7 @@ from files.helpers.alerts import * from files.helpers.config.const import * from files.helpers.regex import * from files.helpers.sanitize import sanitize +from files.helpers.alerts import push_notif from files.routes.wrappers import * from files.__main__ import app, cache, limiter