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 Sep 25, 2023
1 parent 37c330b commit 634f275
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/get_installed_capacity.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import json

import boto3
import xarray
import xarray as xr
from nowcasting_datamodel.connection import DatabaseConnection
from nowcasting_datamodel.models.base import Base_PV
Expand All @@ -37,7 +36,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 634f275

Please sign in to comment.