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 22, 2023
1 parent e841385 commit 2ec3b37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pvconsumer/pv_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
from typing import List, Optional

import pandas as pd
import pvconsumer
from pvconsumer.solar_sheffield_passiv import get_all_systems_from_solar_sheffield
from pvconsumer.utils import pv_output, solar_sheffield_passiv
from pvoutput import PVOutput
from pvsite_datamodel.read import get_all_sites
from pvsite_datamodel.sqlmodels import GenerationSQL, SiteSQL
from sqlalchemy import func
from sqlalchemy.orm import Session

import pvconsumer
from pvconsumer.solar_sheffield_passiv import get_all_systems_from_solar_sheffield
from pvconsumer.utils import pv_output, solar_sheffield_passiv

# from pvconsumer.utils import df_to_list_pv_system, list_pv_system_to_df

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 2ec3b37

Please sign in to comment.