Skip to content

Commit 8a29072

Browse files
committed
Added ruff and isort...
1 parent 5b22af0 commit 8a29072

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_dataloaders.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,3 @@ def test_svhn_dataset():
5757
img, label = dataset.__getitem__(0)
5858
assert len(img.size()) == 3 and img.size() == (1,28,28) and img.size(0) == 1
5959
assert len(label.size()) == 1
60-
61-
62-
if __name__ == '__main__':
63-
test_svhn_dataset()

0 commit comments

Comments
 (0)