Commit c904bd70 by Sarina Canelake

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

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