From 4cc942a1ee6fc97d29305a2ad22157c5c4d03049 Mon Sep 17 00:00:00 2001 From: Reto Aebersold Date: Wed, 11 Oct 2023 10:01:04 +0200 Subject: [PATCH] chore: format --- server/vbv_lernwelt/assignment/graphql/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/vbv_lernwelt/assignment/graphql/types.py b/server/vbv_lernwelt/assignment/graphql/types.py index b66614a9..33687377 100644 --- a/server/vbv_lernwelt/assignment/graphql/types.py +++ b/server/vbv_lernwelt/assignment/graphql/types.py @@ -36,7 +36,7 @@ class AssignmentCompletionObjectType(DjangoObjectType): "evaluation_points", "evaluation_passed", "evaluation_max_points", - "task_completion_data" + "task_completion_data", )