Commit 7842c3ed authored by Soumith Chintala's avatar Soumith Chintala
Browse files

fix lint

parent 44d69d40
...@@ -2,6 +2,7 @@ import torch ...@@ -2,6 +2,7 @@ import torch
import torch.utils.data as data import torch.utils.data as data
from .. import transforms from .. import transforms
class FakeData(data.Dataset): class FakeData(data.Dataset):
"""A fake dataset that returns randomly generated images and returns them as PIL images """A fake dataset that returns randomly generated images and returns them as PIL images
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment