Format
This commit is contained in:
@@ -1032,7 +1032,6 @@ def delete_region(name: str, cs: ChangeSet) -> ChangeSet:
|
|||||||
# water_distribution 34
|
# water_distribution 34
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
|
||||||
def calculate_demand_to_nodes(name: str, demand: float, nodes: list[str]) -> dict[str, float]:
|
def calculate_demand_to_nodes(name: str, demand: float, nodes: list[str]) -> dict[str, float]:
|
||||||
return api.calculate_demand_to_nodes(name, demand, nodes)
|
return api.calculate_demand_to_nodes(name, demand, nodes)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user