We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1057ee + 87cabfe commit 46a133dCopy full SHA for 46a133d
spatialmath/base/transforms3d.py
@@ -21,7 +21,7 @@
21
from collections.abc import Iterable
22
23
from spatialmath import base as smb
24
-import spatialmath.base.symbolic as sym
+from spatialmath.base import symbolic as sym
25
26
_eps = np.finfo(np.float64).eps
27
0 commit comments