Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Mar 8, 2024
1 parent 683a9c2 commit f3419e0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/nwp_page.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
import os
import plotly.graph_objects as go
import streamlit as st
from datetime import datetime, timedelta, time, timezone
from pvsite_datamodel.connection import DatabaseConnection
from pvsite_datamodel.read import (
get_all_sites,
get_pv_generation_by_sites,
get_latest_forecast_values_by_site,
)

import xarray as xr
import ocf_blosc2


import plotly.graph_objects as go


@st.cache_data(ttl=3600)
Expand Down

0 comments on commit f3419e0

Please sign in to comment.