From b832ed7d998f5c3ecdc1b58160fe12e61cedffd0 Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Tue, 14 Nov 2023 15:09:40 +0100 Subject: [PATCH] fixup! feat: initial implementation --- openedx_certificates/processors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx_certificates/processors.py b/openedx_certificates/processors.py index 1b40f63..b8cf07a 100644 --- a/openedx_certificates/processors.py +++ b/openedx_certificates/processors.py @@ -130,7 +130,7 @@ def retrieve_subsection_grades(course_id: CourseKey, options: dict[str, Any]) -> "required_grades": { "Homework": 0.4, "Exam": 0.9, - "Total": 0.8, + "Total": 0.8 } }