Skip to content

Commit

Permalink
rm unnecessary import (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbhosale authored Jul 30, 2024
1 parent cd123db commit bdaad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/dashboard_2/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from quartz_solar_forecast.forecast import predict_tryolabs
from quartz_solar_forecast.data import get_nwp, process_pv_data
from quartz_solar_forecast.inverters.enphase import process_enphase_data
from quartz_solar_forecast.inverters.solis import SolisData, get_solis_data
from quartz_solar_forecast.inverters.solis import get_solis_data
from quartz_solar_forecast.inverters.givenergy import get_givenergy_data

# Load environment variables
Expand Down

0 comments on commit bdaad60

Please sign in to comment.