s/pylint: disable=E0604/pylint: disable=invalid-all-object/
This commit is contained in:
@@ -3161,20 +3161,23 @@ class ChoiceTextResponse(LoncapaResponse):
|
||||
# TEMPORARY: List of all response subclasses
|
||||
# FIXME: To be replaced by auto-registration
|
||||
|
||||
# pylint: disable=E0604
|
||||
__all__ = [CodeResponse,
|
||||
NumericalResponse,
|
||||
FormulaResponse,
|
||||
CustomResponse,
|
||||
SchematicResponse,
|
||||
ExternalResponse,
|
||||
ImageResponse,
|
||||
OptionResponse,
|
||||
SymbolicResponse,
|
||||
StringResponse,
|
||||
ChoiceResponse,
|
||||
MultipleChoiceResponse,
|
||||
TrueFalseResponse,
|
||||
JavascriptResponse,
|
||||
AnnotationResponse,
|
||||
ChoiceTextResponse]
|
||||
# pylint: disable=invalid-all-object
|
||||
__all__ = [
|
||||
CodeResponse,
|
||||
NumericalResponse,
|
||||
FormulaResponse,
|
||||
CustomResponse,
|
||||
SchematicResponse,
|
||||
ExternalResponse,
|
||||
ImageResponse,
|
||||
OptionResponse,
|
||||
SymbolicResponse,
|
||||
StringResponse,
|
||||
ChoiceResponse,
|
||||
MultipleChoiceResponse,
|
||||
TrueFalseResponse,
|
||||
JavascriptResponse,
|
||||
AnnotationResponse,
|
||||
ChoiceTextResponse,
|
||||
]
|
||||
# pylint: enable=invalid-all-object
|
||||
|
||||
Reference in New Issue
Block a user