Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 29, 2024
1 parent d021915 commit 7b80cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion india_forecast_app/models/pvnet/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
wind_path,
)
from .utils import (
download_satellite_data,
NWPProcessAndCacheConfig,
download_satellite_data,
populate_data_config_sources,
process_and_cache_nwp,
save_batch,
Expand Down
1 change: 1 addition & 0 deletions india_forecast_app/models/pvnet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@


class NWPProcessAndCacheConfig(BaseModel):
""" Configuration for processing and caching NWP data"""
source_nwp_path: str
dest_nwp_path: str
source: str
Expand Down

0 comments on commit 7b80cc5

Please sign in to comment.