Skip to content

Commit

Permalink
fix: Correct path to symmath function
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Muniz committed Feb 4, 2022
1 parent acbafcd commit 3c8b3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/capa/capa/responsetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c8b3b2

Please sign in to comment.