From d72d6d1a4bc78a0a4288d1d73c64ac16fe6c8821 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:41:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/get_installed_capacity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/get_installed_capacity.py b/scripts/get_installed_capacity.py index ddf3091..409f792 100644 --- a/scripts/get_installed_capacity.py +++ b/scripts/get_installed_capacity.py @@ -37,7 +37,6 @@ # get pv systems from database and update connection = DatabaseConnection(url=db_url, base=Base_PV, echo=True) with connection.get_session() as session: - pv_systems = session.query(PVSystemSQL).all() for pv_system in pv_systems: