From a77f0f6ab17e7c367fd132b3f423155a2e877e48 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:02:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/make_summary_perfect.py | 1 - scripts/prepare_perfect_foresight.py | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/make_summary_perfect.py b/scripts/make_summary_perfect.py index c1cce820..3ca2c170 100644 --- a/scripts/make_summary_perfect.py +++ b/scripts/make_summary_perfect.py @@ -2,7 +2,6 @@ # SPDX-FileCopyrightText: : 2020-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: MIT - """ Create summary CSV files for all scenario runs with perfect foresight including costs, capacities, capacity factors, curtailment, energy balances, prices and diff --git a/scripts/prepare_perfect_foresight.py b/scripts/prepare_perfect_foresight.py index 99534104..81ee7285 100644 --- a/scripts/prepare_perfect_foresight.py +++ b/scripts/prepare_perfect_foresight.py @@ -2,7 +2,6 @@ # SPDX-FileCopyrightText: : 2020-2023 The PyPSA-Eur Authors # # SPDX-License-Identifier: MIT - """ Concats pypsa networks of single investment periods to one network. """