summaryrefslogtreecommitdiff
path: root/yaksh/test_models.py
diff options
context:
space:
mode:
authoradityacp2018-05-28 12:38:21 +0530
committeradityacp2018-06-07 14:50:47 +0530
commitd0c7f9eb35651fadffb53e32d6baf8a2efb55840 (patch)
treec66695a5579049877630a4d284037d3a35a5c8d5 /yaksh/test_models.py
parenta2769e56ab99427beb196b85bf3fc125ffd9bac2 (diff)
downloadonline_test-d0c7f9eb35651fadffb53e32d6baf8a2efb55840.tar.gz
online_test-d0c7f9eb35651fadffb53e32d6baf8a2efb55840.tar.bz2
online_test-d0c7f9eb35651fadffb53e32d6baf8a2efb55840.zip
One more round of pep8 changes
Diffstat (limited to 'yaksh/test_models.py')
-rw-r--r--yaksh/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/test_models.py b/yaksh/test_models.py
index 210456f..eaf5bbc 100644
--- a/yaksh/test_models.py
+++ b/yaksh/test_models.py
@@ -3,7 +3,7 @@ from yaksh.models import User, Profile, Question, Quiz, QuestionPaper,\
QuestionSet, AnswerPaper, Answer, Course, StandardTestCase,\
StdIOBasedTestCase, FileUpload, McqTestCase, AssignmentUpload,\
LearningModule, LearningUnit, Lesson, LessonFile, CourseStatus
-from yaksh.code_server import(
+from yaksh.code_server import (
ServerPool, get_result as get_result_from_code_server
)
import json