Commit 2879853e by Calen Pennington

Pep8 fixes

parent fbd9499c
......@@ -744,9 +744,9 @@ class TestCourseGrader(PageLoader):
modx_url = reverse('modx_dispatch',
kwargs={
'course_id' : self.graded_course.id,
'location' : problem_location,
'dispatch' : 'problem_check', }
'course_id': self.graded_course.id,
'location': problem_location,
'dispatch': 'problem_check', }
)
resp = self.client.post(modx_url, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment