Skip to content

Commit 2fa996b

Browse files
committed
minor change
1 parent 8767816 commit 2fa996b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorial/robots.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,9 @@ it can be used as a scaffolding for code to be run in a Python script editor wit
196196
.. code-block:: python
197197
198198
import compas
199-
from compas.robots import GithubPackageMeshLoader
200199
from compas.robots import RobotModel
201200
import compas_blender
202-
from compas_blender.artists import RobotModelArtist, BaseArtist
201+
from compas_blender.artists import RobotModelArtist
203202
204203
compas_blender.clear() # Delete all objects in the Blender scene
205204

0 commit comments

Comments
 (0)