Skip to content

Commit a60cfc6

Browse files
Cleaned up imports
1 parent e5cc661 commit a60cfc6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

cq_editor/widgets/cq_object_inspector.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
from PyQt5.QtWidgets import QTreeWidget, QTreeWidgetItem, QAction
22
from PyQt5.QtCore import Qt, pyqtSlot, pyqtSignal
33

4-
from OCC.AIS import AIS_ColoredShape, AIS_Line, AIS_Plane
5-
from OCC.Quantity import Quantity_NOC_RED as RED
6-
from OCC.Quantity import Quantity_NOC_GREEN as GREEN
7-
from OCC.Quantity import Quantity_NOC_BLUE1 as BLUE
8-
from OCC.Geom import Geom_CylindricalSurface, Geom_Plane, Geom_Circle,\
9-
Geom_TrimmedCurve, Geom_Axis1Placement, Geom_Axis2Placement, Geom_Line
10-
from OCC.gp import gp_Trsf, gp_Vec, gp_Ax3, gp_Dir, gp_Pnt, gp_Ax1, gp_Pln
11-
12-
from OCC.BRepBuilderAPI import BRepBuilderAPI_MakeFace
4+
from OCC.Core.AIS import AIS_ColoredShape
5+
from OCC.Core.gp import gp_Ax3
136

147
from cadquery import Vector
158

0 commit comments

Comments
 (0)