From eb4fa54657d25f018c23f57eec5793f1fbf88ce3 Mon Sep 17 00:00:00 2001 From: CakeCN Date: Sun, 14 Sep 2025 14:15:37 +0800 Subject: [PATCH] no function status --- Html/apps/function_tools/judge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Html/apps/function_tools/judge.py b/Html/apps/function_tools/judge.py index bae74ab..bc3884a 100644 --- a/Html/apps/function_tools/judge.py +++ b/Html/apps/function_tools/judge.py @@ -1,6 +1,6 @@ import os -from ..models.function import FunctionResponse, FunctionStatus +from ..models.function import FunctionResponse def judge(filepath:str, name: str, course_id: str, lesson_name: str, root_path:str): """Call this method to judge the student's solution after they have completed the problem.