Skip to content

Commit c4ddd73

Browse files
committed
Fixed import
1 parent 5588041 commit c4ddd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/backends/VPython/VPython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import imageio
1313
from roboticstoolbox.backends.Connector import Connector
1414
from roboticstoolbox.robot.DHLink import DHLink
15-
import roboticstoolbox.robot.Robot as r
15+
from roboticstoolbox.robot.Robot import Robot as r
1616

1717
GraphicsCanvas3D = None
1818
GraphicsCanvas2D = None

0 commit comments

Comments
 (0)