Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Apr 4, 2022
1 parent d23e64b commit 3057f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nowcasting_dataset/data_sources/pv/pv_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class PVDataSource(ImageDataSource):
# This are just keep in for the moment, but don't do anything.
# THey are needed for manager.py to work
# TODO: #631
filename: Union[str, Path, List]
metadata_filename: Union[str, Path, List]
filename = None
metadata_filename = None

files_groups: List[Union[PVFiles, dict]]
# TODO: Issue #425: Use config to set start_dt and end_dt.
Expand Down

0 comments on commit 3057f69

Please sign in to comment.