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.