Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 9, 2023
1 parent 3b29a38 commit b0691d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions premise/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,13 @@ def generate_scenario_difference_file(


def generate_superstructure_db(
origin_db, scenarios, db_name, filepath, version, scenario_list, format="excel",
origin_db,
scenarios,
db_name,
filepath,
version,
scenario_list,
format="excel",
) -> List[dict]:
"""
Build a superstructure database from a list of databases
Expand All @@ -882,7 +888,7 @@ def generate_superstructure_db(
scenarios=scenarios,
db_name=db_name,
version=version,
scenario_list=scenario_list
scenario_list=scenario_list,
)

# remove unneeded columns "to unit"
Expand Down

0 comments on commit b0691d8

Please sign in to comment.