Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Nov 29, 2024
1 parent 3d46569 commit 3216da2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
from ansys.dpf.core import examples

plugin_folder = examples.download_average_filter_plugin()
print(plugin_folder)

###############################################################################
# Load the plug-in package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
from ansys.dpf.core import examples

plugin_path = examples.download_gltf_plugin()
print(f"{plugin_path=}")
folder_root = os.path.join(os.getcwd().rsplit("pydpf-core", 1)[0], "pydpf-core")

# %%
Expand Down

0 comments on commit 3216da2

Please sign in to comment.