Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 4, 2023
1 parent cd4e119 commit 4e46ebb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/get_installed_capacity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e46ebb

Please sign in to comment.