TE-2689 Remove useless pylint suppressions part 1

This commit is contained in:
Jeremy Bowman
2018-08-13 16:17:56 -04:00
parent 19ba450b1d
commit d671c4b1d0
33 changed files with 159 additions and 179 deletions

View File

@@ -370,7 +370,7 @@ def check_entrance_exam_problems_for_rescoring(exam_key): # pylint: disable=inv
raise NotImplementedError(msg)
def encode_problem_and_student_input(usage_key, student=None): # pylint: disable=invalid-name
def encode_problem_and_student_input(usage_key, student=None):
"""
Encode optional usage_key and optional student into task_key and task_input values.
@@ -393,7 +393,7 @@ def encode_problem_and_student_input(usage_key, student=None): # pylint: disabl
return task_input, task_key
def encode_entrance_exam_and_student_input(usage_key, student=None): # pylint: disable=invalid-name
def encode_entrance_exam_and_student_input(usage_key, student=None):
"""
Encode usage_key and optional student into task_key and task_input values.