diff --git a/common/lib/capa/capa/responsetypes.py b/common/lib/capa/capa/responsetypes.py index 3e4d6fc937da..9f47f49ca41b 100644 --- a/common/lib/capa/capa/responsetypes.py +++ b/common/lib/capa/capa/responsetypes.py @@ -2546,7 +2546,7 @@ def setup_response(self): super(SymbolicResponse, self).setup_response() # lint-amnesty, pylint: disable=super-with-arguments def execute_check_function(self, idset, submission): - from symmath import symmath_check + from symmath.symmath_check import symmath_check try: # Since we have limited max_inputfields to 1, # we can assume that there is only one submission