Skip to content

Commit 353e118

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 16e57b5 commit 353e118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/get_installed_capacity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
# get pv systems from database and update
3838
connection = DatabaseConnection(url=db_url, base=Base_PV, echo=True)
3939
with connection.get_session() as session:
40-
4140
pv_systems = session.query(PVSystemSQL).all()
4241

4342
for pv_system in pv_systems:

0 commit comments

Comments
 (0)