Skip to content

Commit 30b98a7

Browse files
committed
import repaired
1 parent c308b93 commit 30b98a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OCCUtils/Construct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def flip_edge(edge):
555555

556556

557557
def make_coons(edges):
558-
from OCC.Core. import GeomFill_BSplineCurves, GeomFill_StretchStyle
558+
from OCC.Core import GeomFill_BSplineCurves, GeomFill_StretchStyle
559559
if len(edges) == 4:
560560
spl1, spl2, spl3, spl4 = edges
561561
srf = GeomFill_BSplineCurves(spl1, spl2, spl3, spl4, GeomFill_StretchStyle)

0 commit comments

Comments
 (0)