Skip to content

Commit 6021789

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

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
@@ -479,7 +479,7 @@ def add_upstream(
479479
self, upstream_data_sources, result_key
480480
)
481481

482-
def add_upstream_for_domain(self, upstream_data_sources: DataSources, domain_id: int):
482+
def add_upstream_for_domain(self, upstream_data_sources: DataSources, domain_id: int) -> None:
483483
"""Add an upstream data sources to the main DataSources object for a given domain.
484484
485485
This is used to add a set of path creating an upstream for

0 commit comments

Comments
 (0)