Unverified Commit c2b8575c authored by Prabhat Roy's avatar Prabhat Roy Committed by GitHub
Browse files

Removed unused import (#3738)

parent fbf547cf
......@@ -20,12 +20,6 @@ import torch
import torch.nn.functional as F
from torchvision import datasets
try:
import scipy
HAS_SCIPY = True
except ImportError:
HAS_SCIPY = False
class STL10TestCase(datasets_utils.ImageDatasetTestCase):
DATASET_CLASS = datasets.STL10
......
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