Skip to content

Commit

Permalink
Reformat code to fit black style, again
Browse files Browse the repository at this point in the history
  • Loading branch information
jnettels committed Jun 20, 2022
1 parent 8f8c57c commit 85d4768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demandlib/vdi/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def get_load_curve_houses(self):
[house["house_type"]],
load_curve_house.columns,
],
names=["house_type", "energy"]
names=["house_type", "energy"],
)
house_profiles[house["name"]] = load_curve_house
return pd.concat(
Expand Down

0 comments on commit 85d4768

Please sign in to comment.