Skip to content

Commit 363cfb0

Browse files
committed
removed duplicate import TopoDS_Wire
1 parent ba0b979 commit 363cfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygem/cad/cad_deformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import numpy as np
66
from itertools import product
7-
from OCC.Core.TopoDS import (TopoDS_Shape, TopoDS_Wire, TopoDS_Compound,
7+
from OCC.Core.TopoDS import (TopoDS_Shape, TopoDS_Compound,
88
TopoDS_Face, TopoDS_Wire)
99
from OCC.Core.BRep import BRep_Builder
1010
from OCC.Core.TopExp import TopExp_Explorer

0 commit comments

Comments
 (0)