Skip to content

Commit 1956c1a

Browse files
committed
Fix imports
1 parent 02dff62 commit 1956c1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/user_guide/tutorials/plot/plot_mesh_scopings.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ For more information see the :ref:`ref_tutorials_get_mesh_from_result_file` tuto
2828
import ansys.dpf.core as dpf
2929
# Import the examples module
3030
from ansys.dpf.core import examples
31+
# Import the operator module
32+
import ansys.dpf.core.operators as ops
3133

3234
# Download and get the path to an example result file
3335
result_file_path_1 = examples.download_piston_rod()

0 commit comments

Comments
 (0)