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 Nov 6, 2023
1 parent a0c06b5 commit 476eadd
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 476eadd

Please sign in to comment.