TE-2689 Remove useless pylint suppressions part 1
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user