Skip to content

Commit

Permalink
Make black
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Feb 19, 2024
1 parent 690d9d4 commit cd0fa6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ def main(df: pyam.IamDataFrame) -> pyam.IamDataFrame:

# Run the validation and region-processing
dsd = DataStructureDefinition(
here / "definitions",
dimensions=["scenario", "region", "variable"]
here / "definitions", dimensions=["scenario", "region", "variable"]
)
processor = RegionProcessor.from_directory(path=here / "mappings", dsd=dsd)
df = process(df, dsd, processor=processor)
Expand Down

0 comments on commit cd0fa6f

Please sign in to comment.