From c11a7492b6452f9bf79c7d8f579ce4977d39564a Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Wed, 22 May 2024 16:17:10 +0500 Subject: [PATCH] chore: running make upgrade job. --- xmodule/capa/responsetypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmodule/capa/responsetypes.py b/xmodule/capa/responsetypes.py index 73378e7c0a2b..214abe86fd16 100644 --- a/xmodule/capa/responsetypes.py +++ b/xmodule/capa/responsetypes.py @@ -3900,7 +3900,7 @@ def _check_student_inputs(self, numtolerance_inputs): # FIXME: To be replaced by auto-registration # pylint: disable=invalid-all-object -__all__ = [ +__all__ = [ # noqa: PLE0604 CodeResponse, NumericalResponse, FormulaResponse,