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

Commit 3057f69

Browse files
committed
fix
1 parent d23e64b commit 3057f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nowcasting_dataset/data_sources/pv/pv_data_source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class PVDataSource(ImageDataSource):
3636
# This are just keep in for the moment, but don't do anything.
3737
# THey are needed for manager.py to work
3838
# TODO: #631
39-
filename: Union[str, Path, List]
40-
metadata_filename: Union[str, Path, List]
39+
filename = None
40+
metadata_filename = None
4141

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

0 commit comments

Comments
 (0)