Skip to content

Commit 1a86e4c

Browse files
Update src/ansys/tools/visualization_interface/backends/pyvista/pyvista.py
Co-authored-by: Sébastien Morais <[email protected]>
1 parent d32b804 commit 1a86e4c

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/tools/visualization_interface/backends/pyvista

1 file changed

+1
-1
lines changed

src/ansys/tools/visualization_interface/backends/pyvista/pyvista.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def show(
413413
name_filter: str = None,
414414
dark_mode: bool = False,
415415
plotting_options: Optional[Dict[str, Any]] = None,
416-
**show_options: Any,
416+
**show_options: Dict[str, Any],
417417
) -> List[Any]:
418418
"""Plot and show any PyAnsys object.
419419

0 commit comments

Comments
 (0)