Fix deprecation warning for Sympy 1.7
Files
3+ 11
− 36
@@ -21,43 +17,22 @@ def assignment_str(assignment):
We have to try from newest to oldest import to avoid deprecation warnings.
They added the old import again, but with a deprecation warning.