Skip to content

Commit

Permalink
Merge branch 'fix-a-typo'
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuse committed Sep 15, 2024
2 parents 634015c + 7e454e6 commit 6e7fc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torch_wae/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def root(self) -> Path:
return self.__root


class Pairataset(data.Dataset):
class PairDataset(data.Dataset):
def __init__(self, annotation: Path, root: Path) -> None:
super().__init__()

Expand Down

0 comments on commit 6e7fc36

Please sign in to comment.