Skip to content

Commit 47b15f0

Browse files
committed
fix: downloads
1 parent 099b76b commit 47b15f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/dpf/core/examples/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from .downloads import (
2525
download_all_kinds_of_complexity,
2626
download_modal_frame,
27+
download_multi_stage_cyclic_result,
2728
download_transient_result,
2829
find_simple_bar,
2930
find_static_rst,
@@ -91,6 +92,7 @@ def __getattr__(name):
9192
"download_all_kinds_of_complexity",
9293
"download_modal_frame",
9394
"download_transient_result",
95+
"download_multi_stage_cyclic_result",
9496
"find_simple_bar",
9597
"find_static_rst",
9698
"find_complex_rst",

0 commit comments

Comments
 (0)