Skip to content

Commit 6be010a

Browse files
committed
Remove double function definition
1 parent d5d6341 commit 6be010a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/dataloaders/uspsh5_7_9.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ class USPSH5_Digit_7_9_Dataset(Dataset):
3232
A transform function to apply to the images.
3333
"""
3434

35-
36-
37-
def __init__(self, data_path, train=False, transform=None, download=False):
38-
3935
def __init__(self, data_path, train=False, transform=None):
4036
super().__init__()
4137
"""

0 commit comments

Comments
 (0)