From 589123b591a47dd658a68b6ee0b3289c78037439 Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Thu, 14 Sep 2023 10:09:19 +0200 Subject: [PATCH] Fix flake8 warning about too long line --- etrago/cluster/disaggregation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etrago/cluster/disaggregation.py b/etrago/cluster/disaggregation.py index 5f6718d3..a10b19b7 100644 --- a/etrago/cluster/disaggregation.py +++ b/etrago/cluster/disaggregation.py @@ -66,8 +66,8 @@ def construct_partial_network(self, cluster, scenario): :param cluster: Index of the cluster to disaggregate :return: Tuple of (partial_network, external_buses) where `partial_network` is the result of the partial decomposition - and `external_buses` represent clusters adjacent to `cluster` that may - be influenced by calculations done on the partial network. + and `external_buses` represent clusters adjacent to `cluster` that + may be influenced by calculations done on the partial network. """ # Create an empty network