Skip to content

Commit

Permalink
Numpy is already imported at the top of the module.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored Dec 26, 2024
1 parent b23dcf0 commit b2f2a1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansys/geometry/core/sketch/trapezoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def visualization_polydata(self) -> pv.PolyData:
pyvista.PolyData
VTK pyvista.Polydata configuration.
"""
import numpy as np

return pv.Quadrilateral(
np.array(
Expand Down

0 comments on commit b2f2a1e

Please sign in to comment.