Skip to content

Commit ba5f173

Browse files
committed
Fixed minor bug
1 parent f44aaae commit ba5f173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CollaborativeCoding/dataloaders/mnist_4_9.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(
2828
transform=None,
2929
nr_channels: int = 1,
3030
):
31-
super.__init__()
31+
super().__init__()
3232
self.data_path = data_path
3333
self.mnist_path = self.data_path / "MNIST"
3434
self.samples = sample_ids

0 commit comments

Comments
 (0)