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

Commit ad8c62b

Browse files
committed
Tiny fix to docstring
1 parent eb04466 commit ad8c62b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

nowcasting_dataset/data_sources/data_source.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,7 @@ def check_input_paths_exist(self) -> None:
362362

363363
@dataclass
364364
class ImageDataSource(DataSource):
365-
"""
366-
Image Data source
367-
368-
Note that this is an abstract class.
369-
370-
Args:
371-
image_size_pixels: Size of the width and height of the image crop
372-
returned by get_sample().
373-
"""
365+
"""Abstract base class for image Data source."""
374366

375367
image_size_pixels_height: InitVar[int]
376368
image_size_pixels_width: InitVar[int]

0 commit comments

Comments
 (0)