Skip to content

Commit 18b15cf

Browse files
Update src/ansys/dpf/core/data_sources.py
Co-authored-by: Paul Profizi <[email protected]>
1 parent 0894b86 commit 18b15cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/data_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def add_file_path_for_specified_result(
403403
filepath: Union[str, os.PathLike],
404404
key: Optional[str] = "",
405405
result_key: Optional[str] = "",
406-
):
406+
) -> None:
407407
"""Add a file path for a specified result file key to the data sources.
408408
409409
This method can be used when results files with different keys (extensions) are

0 commit comments

Comments
 (0)