Skip to content

Commit f2ebd77

Browse files
committed
fix: import order
1 parent 3aa6249 commit f2ebd77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lms/djangoapps/grades/tests/test_score_render.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010

1111
from common.djangoapps.student.models import AnonymousUserId
1212
from common.djangoapps.student.tests.factories import UserFactory
13+
from lms.djangoapps.grades.score_render import (
14+
get_block_for_descriptor_without_access_check,
15+
load_xblock_for_external_grader
16+
)
1317
from lms.djangoapps.grades.signals.handlers import handle_external_grader_score
14-
from lms.djangoapps.grades.score_render import get_block_for_descriptor_without_access_check, load_xblock_for_external_grader
1518
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase
1619
from xmodule.modulestore.tests.factories import BlockFactory, CourseFactory
1720

0 commit comments

Comments
 (0)