Skip to content

Commit

Permalink
Revert "Adhere to PEP8"
Browse files Browse the repository at this point in the history
This reverts commit aac0d52.
  • Loading branch information
p-snft committed Apr 26, 2022
1 parent aac0d52 commit fd1b7b3
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 fd1b7b3

Please sign in to comment.