Commit c904bd70 by Sarina Canelake

s/pylint: disable=E0604/pylint: disable=invalid-all-object/

parent 1e0f3ddb
......@@ -3161,8 +3161,9 @@ class ChoiceTextResponse(LoncapaResponse):
# TEMPORARY: List of all response subclasses
# FIXME: To be replaced by auto-registration
# pylint: disable=E0604
__all__ = [CodeResponse,
# pylint: disable=invalid-all-object
__all__ = [
CodeResponse,
NumericalResponse,
FormulaResponse,
CustomResponse,
......@@ -3177,4 +3178,6 @@ __all__ = [CodeResponse,
TrueFalseResponse,
JavascriptResponse,
AnnotationResponse,
ChoiceTextResponse]
ChoiceTextResponse,
]
# pylint: enable=invalid-all-object
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