Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Nov 6, 2023
1 parent 3258ab0 commit 8d4edca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
get_model,
)
from nowcasting_datamodel.save.save import save as save_sql_forecasts
from nowcasting_datamodel.read.read_gsp get_latest_gsp_capacities
from nowcasting_datamodel.read.read_gsp import get_latest_gsp_capacities
from nowcasting_datamodel.connection import DatabaseConnection
from nowcasting_datamodel.models.base import Base_Forecast
from ocf_datapipes.load import OpenGSPFromDatabase
Expand Down

0 comments on commit 8d4edca

Please sign in to comment.