summaryrefslogtreecommitdiff
path: root/data/single_dataset.py
diff options
context:
space:
mode:
authorjunyanz <junyanzhu89@gmail.com>2018-02-09 11:39:35 -0500
committerjunyanz <junyanzhu89@gmail.com>2018-02-09 11:39:35 -0500
commit0ae4f0500e415a6a67689ef9356e8e4779ae5833 (patch)
tree25392e96a1b64c8454f7f548886af7dd48aa6bd0 /data/single_dataset.py
parent7a5e2cd5f5003e8ca9a0fc3dac14a74b81287881 (diff)
code reformatting
Diffstat (limited to 'data/single_dataset.py')
-rw-r--r--data/single_dataset.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/single_dataset.py b/data/single_dataset.py
index f8b4f1d..12083b1 100644
--- a/data/single_dataset.py
+++ b/data/single_dataset.py
@@ -1,5 +1,4 @@
import os.path
-import torchvision.transforms as transforms
from data.base_dataset import BaseDataset, get_transform
from data.image_folder import make_dataset
from PIL import Image