8000 fix circular import issue · yobzhuu/robotics-toolbox-python@a55b4b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a55b4b8

Browse files
committed
fix circular import issue
1 parent 99e94a9 commit a55b4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/robot/DHRobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import namedtuple
77

88
import numpy as np
9-
from roboticstoolbox.robot import Robot # DHLink
9+
from roboticstoolbox.robot.Robot import Robot # DHLink
1010
from roboticstoolbox.robot.ETS import ETS
1111
from roboticstoolbox.robot.DHLink import DHLink # HACK
1212
from spatialmath.base.argcheck import \

0 commit comments

Comments
 (0)
0