From 4fecc2fae6707ac7172a2c0b809ae786505fa5a0 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Fri, 9 Aug 2024 17:02:18 +0800 Subject: [PATCH] fix no modual error (#1892) ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- api/db/services/file_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/db/services/file_service.py b/api/db/services/file_service.py index 9ddc4841b..56950326c 100644 --- a/api/db/services/file_service.py +++ b/api/db/services/file_service.py @@ -14,7 +14,7 @@ # limitations under the License. # import re - +import os from flask_login import current_user from peewee import fn