Skip to content

Commit ba0b979

Browse files
committed
removed unused imports
1 parent 95f6a69 commit ba0b979

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
@@ -5,7 +5,7 @@
55
import numpy as np
66
from itertools import product
77
from OCC.Core.TopoDS import (TopoDS_Shape, TopoDS_Wire, TopoDS_Compound,
8-
TopoDS_Face, TopoDS_Edge, TopoDS_Face, TopoDS_Wire)
8+
TopoDS_Face, TopoDS_Wire)
99
from OCC.Core.BRep import BRep_Builder
1010
from OCC.Core.TopExp import TopExp_Explorer
1111
from OCC.Core.TopAbs import (TopAbs_EDGE, TopAbs_FACE, TopAbs_WIRE)

0 commit comments

Comments
 (0)