Skip to content

Commit 7842c3e

Browse files
committed
fix lint
1 parent 44d69d4 commit 7842c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchvision/datasets/fakedata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import torch.utils.data as data
33
from .. import transforms
44

5+
56
class FakeData(data.Dataset):
67
"""A fake dataset that returns randomly generated images and returns them as PIL images
78

0 commit comments

Comments
 (0)