Skip to content

Commit 099b76b

Browse files
committed
fix: missing import
1 parent cdfbe5f commit 099b76b

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_transient_result,
2728
find_simple_bar,
2829
find_static_rst,
2930
find_complex_rst,
@@ -89,6 +90,7 @@ def __getattr__(name):
8990
"fluid_axial_model",
9091
"download_all_kinds_of_complexity",
9192
"download_modal_frame",
93+
"download_transient_result",
9294
"find_simple_bar",
9395
"find_static_rst",
9496
"find_complex_rst",

0 commit comments

Comments
 (0)