We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b15cf commit 6021789Copy full SHA for 6021789
src/ansys/dpf/core/data_sources.py
@@ -479,7 +479,7 @@ def add_upstream(
479
self, upstream_data_sources, result_key
480
)
481
482
- def add_upstream_for_domain(self, upstream_data_sources: DataSources, domain_id: int):
+ def add_upstream_for_domain(self, upstream_data_sources: DataSources, domain_id: int) -> None:
483
"""Add an upstream data sources to the main DataSources object for a given domain.
484
485
This is used to add a set of path creating an upstream for
0 commit comments