Skip to content

Commit

Permalink
Update drawing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gidodielemans committed May 15, 2024
1 parent 39ab9b9 commit 74ca871
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/compas_ghpython/utilities/drawing.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
from Rhino.Geometry import Sphere
from Rhino.Geometry import Vector3d
from Rhino.Geometry import Vector3f
from Rhino.Geometry import PipeCapMode

# from System.Array import CreateInstance
# from System.Drawing import Color
# from System.Enum import ToObject

from compas.geometry import centroid_points
from compas.itertools import pairwise
from compas_rhino.utilities.drawing import _face_to_max_quad
Expand Down

0 comments on commit 74ca871

Please sign in to comment.