Fix deprecation warning for Sympy 1.7
+ 3
− 3
@@ -18,12 +18,12 @@ from pystencils.integer_functions import (
@@ -18,12 +18,12 @@ from pystencils.integer_functions import (
We have to try from newest to oldest import to avoid deprecation warnings.
They added the old import again, but with a deprecation warning.