From bfdb7a87d74e5f8a5a6bf71e2752f4294df0879d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 3 Sep 2022 02:52:59 +0200 Subject: [PATCH] fix missing import --- files/routes/hats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/hats.py b/files/routes/hats.py index ac806fdbd..832973772 100644 --- a/files/routes/hats.py +++ b/files/routes/hats.py @@ -3,6 +3,7 @@ from files.classes.hats import * from files.helpers.alerts import * from files.helpers.wrappers import * from files.helpers.const import * +from files.helpers.actions import * from flask import g @app.get("/hats")