Skip to content

Commit ef5a04f

Browse files
authored
Merge pull request #269 from robin-oval/fix/import_in_rhinosurface
fix missing import in rhinosurface
2 parents 85fc65c + 5355b32 commit ef5a04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/geometry/surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from compas.geometry import subtract_vectors
1414
from compas.geometry import angle_vectors
15-
15+
from compas.geometry import distance_point_point
1616

1717
try:
1818
import rhinoscriptsyntax as rs

0 commit comments

Comments
 (0)