Skip to content

Commit

Permalink
Fix return type for BUSI data paths
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Jan 17, 2025
1 parent d114553 commit 0a2dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_em/data/datasets/medical/busi.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_busi_paths(
path: Union[os.PathLike, str],
category: Optional[Literal["normal", "benign", "malignant"]] = None,
download: bool = False
) -> Tuple[List[str, List[str]]]:
) -> Tuple[List[str], List[str]]:
"""Get paths to the BUSI data.
Args:
Expand Down

0 comments on commit 0a2dbdd

Please sign in to comment.