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

Commit ec8b811

Browse files
committed
fix linter error
1 parent 6956829 commit ec8b811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nowcasting_dataset/dataset/datamodule.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ def _common_dataloader_params(self) -> Dict:
363363
def _get_t0_datetimes_across_all_data_sources(self) -> pd.DatetimeIndex:
364364
"""See DataSourceList.get_t0_datetimes_across_all_data_sources.
365365
366-
This method will be deleted as part of implementing #213."""
366+
This method will be deleted as part of implementing #213.
367+
"""
367368
return self.data_sources.get_t0_datetimes_across_all_data_sources(
368369
freq=self.t0_datetime_freq
369370
)

0 commit comments

Comments
 (0)