Skip to content

Commit 9e9a9bb

Browse files
committed
Adhere to maximum line length
1 parent d015dd3 commit 9e9a9bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/oemof/solph/_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ def _set_discount_rate_with_warning(self):
208208

209209
def _add_parent_block_sets(self):
210210
"""Add all basic sets to the model, i.e. NODES, TIMESTEPS and FLOWS.
211-
Also create sets CAPACITY_PERIODS and TIMEINDEX used formulti-period models.
211+
Also create sets CAPACITY_PERIODS and TIMEINDEX used for
212+
multi-period models.
212213
"""
213214
self.nodes = list(self.es.nodes)
214215

0 commit comments

Comments
 (0)