Skip to content

Commit

Permalink
fix: downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Dec 4, 2024
1 parent 099b76b commit 47b15f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ansys/dpf/core/examples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from .downloads import (
download_all_kinds_of_complexity,
download_modal_frame,
download_multi_stage_cyclic_result,
download_transient_result,
find_simple_bar,
find_static_rst,
Expand Down Expand Up @@ -91,6 +92,7 @@ def __getattr__(name):
"download_all_kinds_of_complexity",
"download_modal_frame",
"download_transient_result",
"download_multi_stage_cyclic_result",
"find_simple_bar",
"find_static_rst",
"find_complex_rst",
Expand Down

0 comments on commit 47b15f0

Please sign in to comment.