Skip to content

Commit 6814805

Browse files
committed
Fix return type for AMD SD data
1 parent 3cf82a7 commit 6814805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_em/data/datasets/medical/amd_sd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_amd_sd_data(path: Union[os.PathLike, str], download: bool = False):
8888

8989
def get_amd_sd_paths(
9090
path: Union[os.PathLike, str], split: Literal['train', 'val', 'test'], download: bool = False
91-
) -> List[str]:
91+
) -> Tuple[List[str], List[str]]:
9292
"""Get paths to the AMD-SD data.
9393
9494
Args:

0 commit comments

Comments
 (0)