Skip to content

Commit

Permalink
chore: Numpy is already imported at the top of the module. (#1604)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: Roberto Pastor Muela <[email protected]>
  • Loading branch information
4 people authored Dec 27, 2024
1 parent 15ef7cf commit cc31b93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/1604.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Numpy is already imported at the top of the module.
2 changes: 0 additions & 2 deletions src/ansys/geometry/core/sketch/trapezoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +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 cc31b93

Please sign in to comment.