Skip to content

Commit

Permalink
Release 0.65.2-pyvista fix
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Aug 9, 2023
1 parent 15142d0 commit 770bd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Per contract with Sphinx-Gallery, this method must be available at top level
try:
from pyvista.utilities.sphinx_gallery import _get_sg_image_scraper
import pyvista

_HAS_PYVISTA = True
except ModuleNotFoundError: # pragma: no cover
Expand Down

0 comments on commit 770bd6e

Please sign in to comment.