Skip to content

Commit 155632c

Browse files
committed
Fix typehint for examples.py
1 parent 9214d0f commit 155632c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from ansys.dpf.core.core import upload_file_in_tmp_folder
3030

3131

32-
def get_example_required_minimum_dpf_version(file: os.PathLike) -> str:
32+
def get_example_required_minimum_dpf_version(file: str) -> str:
3333
"""Return the minimal DPF server version required to run the example, as declared in a note.
3434
3535
Parameters

0 commit comments

Comments
 (0)