Skip to content

Commit cc31b93

Browse files
MaxJPReypre-commit-ci[bot]pyansys-ci-botRobPasMue
authored
chore: Numpy is already imported at the top of the module. (#1604)
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]>
1 parent 15ef7cf commit cc31b93

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Numpy is already imported at the top of the module.

src/ansys/geometry/core/sketch/trapezoid.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ def visualization_polydata(self) -> pv.PolyData:
207207
pyvista.PolyData
208208
VTK pyvista.Polydata configuration.
209209
"""
210-
import numpy as np
211-
212210
return pv.Quadrilateral(
213211
np.array(
214212
[

0 commit comments

Comments
 (0)