feat: Update openedx-calc==3.0.1

This allows common/lib/capa/capa/responsetypes.py to not have to
change.
This commit is contained in:
Carlos Muniz
2022-02-07 12:41:58 -05:00
parent 8245a6b1cf
commit a01a7ad416
5 changed files with 5 additions and 5 deletions

View File

@@ -2546,7 +2546,7 @@ class SymbolicResponse(CustomResponse):
super(SymbolicResponse, self).setup_response() # lint-amnesty, pylint: disable=super-with-arguments
def execute_check_function(self, idset, submission):
from symmath.symmath_check import symmath_check
from symmath import symmath_check
try:
# Since we have limited max_inputfields to 1,
# we can assume that there is only one submission