Skip to content

Commit 952a2ee

Browse files
committed
Update trim.py
1 parent 6b3c7f9 commit 952a2ee

File tree

1 file changed

+3
-2
lines changed
  • src/compas_rhino/geometry/brep

1 file changed

+3
-2
lines changed

src/compas_rhino/geometry/brep/trim.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
import Rhino # type: ignore
66

77
from compas.geometry import BrepTrim
8-
from compas_rhino.geometry import RhinoNurbsCurve
9-
from compas_rhino.geometry.brep.edge import RhinoBrepEdge
108

9+
from .edge import RhinoBrepEdge
10+
11+
# from compas_rhino.geometry import RhinoBrepEdge
1112
from .vertex import RhinoBrepVertex
1213

1314

0 commit comments

Comments
 (0)