Skip to content

Commit a3cd6ca

Browse files
committed
fix import
1 parent 3ac386a commit a3cd6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_notebook/scene/polygonobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pythreejs as three
22
from compas.geometry import earclip_polygon
3+
from compas.itertools import pairwise
34
from compas.scene import GeometryObject
4-
from compas.utilities import pairwise
55

66
from compas_notebook.conversions import vertices_and_edges_to_threejs
77
from compas_notebook.conversions import vertices_and_faces_to_threejs

0 commit comments

Comments
 (0)