Clean code
This commit is contained in:
@@ -1008,6 +1008,5 @@ def distribute_demand_to_region(name: str, demand: float, region: str, type: str
|
||||
# virtual_district 37
|
||||
############################################################
|
||||
|
||||
# parent is whole network
|
||||
def calculate_virtual_district(name: str, centers: list[str]) -> dict[str, Any]:
|
||||
def calculate_virtual_district(name: str, centers: list[str]) -> dict[str, list[Any]]:
|
||||
return api.calculate_virtual_district(name, centers)
|
||||
|
||||
Reference in New Issue
Block a user