Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Nov 14, 2024
1 parent e0bee93 commit 067768a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion etrago/cluster/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ def sum_with_inf(x):


def strategies_buses():
return {"geom": nan_links, "country": "first", "scn_name": "first",}
return {
"geom": nan_links,
"country": "first",
"scn_name": "first",
}


def strategies_lines():
Expand Down
1 change: 0 additions & 1 deletion etrago/tools/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@ def extension(self, **kwargs):
self.network = scenario.build_network(self.network)



def decommissioning(self, **kwargs):
"""
Function that removes components in a decommissioning-scenario from
Expand Down

0 comments on commit 067768a

Please sign in to comment.