Skip to content

Commit

Permalink
Adhere to PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Apr 26, 2022
1 parent 0eb3bff commit aac0d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oemof/network/energy_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def groups(self):
(
g(n, gs)
for g in self._groupings
for n in self.nodes[self._first_ungrouped_node_index_ :]
for n in self.nodes[self._first_ungrouped_node_index_:]
),
maxlen=0,
)
Expand Down

0 comments on commit aac0d52

Please sign in to comment.