Skip to content

Commit 01f7b70

Browse files
committed
Fixed unused imports in jupyter_renderer
1 parent 7ea0420 commit 01f7b70

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Display/WebGl/jupyter_renderer.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,16 @@
1515
##You should have received a copy of the GNU Lesser General Public License
1616
##along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717

18-
from __future__ import print_function, absolute_import
19-
2018
import enum
2119
from functools import reduce
2220
import itertools
2321
import math
24-
import operator
2522
import uuid
2623
import sys
2724

2825
# pythreejs
2926
try:
30-
from pythreejs import (CombinedCamera, BufferAttribute, BufferGeometry, Plane, Mesh,
27+
from pythreejs import (CombinedCamera, BufferAttribute, BufferGeometry, Mesh,
3128
LineSegmentsGeometry, LineMaterial, LineSegments2, AmbientLight,
3229
DirectionalLight, Scene, OrbitControls, Renderer, PerspectiveCamera,
3330
Picker, Group, GridHelper, LineSegments,

0 commit comments

Comments
 (0)