Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 20, 2024
1 parent 973a4bb commit 86767fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/quad.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import gmsh

gmsh.initialize()
Expand All @@ -7,5 +9,6 @@
gmsh.finalize()

import pyvista as pv

mesh = pv.read("quad.vtk")
mesh.plot(show_edges=True, color="w", cpos="xy")

0 comments on commit 86767fc

Please sign in to comment.