Skip to content

Commit 2f20030

Browse files
committed
move import
1 parent 7b56224 commit 2f20030

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/compas/robots/base_artist/_artist.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
from compas.geometry import Scale
99
from compas.geometry import Transformation
1010
from compas.robots import Geometry
11+
from compas.robots.model.link import Item
1112

1213

1314
__all__ = [
1415
'BaseRobotModelArtist'
1516
]
1617

17-
from compas.robots.model.link import Item
18-
1918

2019
class AbstractRobotModelArtist(object):
2120
def transform(self, geometry, transformation):

0 commit comments

Comments
 (0)