fix: format

This commit is contained in:
Livio Bieri 2024-02-12 14:32:44 +01:00
parent c5197c6c70
commit 8008af0777
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from vbv_lernwelt.core.constants import (
TEST_STUDENT3_USER_ID, TEST_STUDENT3_USER_ID,
TEST_TRAINER1_USER_ID, TEST_TRAINER1_USER_ID,
) )
from vbv_lernwelt.core.models import User, Organisation from vbv_lernwelt.core.models import Organisation, User
from vbv_lernwelt.course.consts import COURSE_TEST_ID from vbv_lernwelt.course.consts import COURSE_TEST_ID
from vbv_lernwelt.course.creators.test_course import ( from vbv_lernwelt.course.creators.test_course import (
create_edoniq_test_result_data, create_edoniq_test_result_data,