Skip to content

Commit 9e153ea

Browse files
cpuhrschfacebook-github-bot
authored andcommitted
[fbsync] Removed unused import (#3738)
Reviewed By: NicolasHug Differential Revision: D28169128 fbshipit-source-id: 28e4f3ccb8bd5b52f0afa579695db31682cabea0
1 parent eee1e84 commit 9e153ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_datasets.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
import torch.nn.functional as F
2121
from torchvision import datasets
2222

23-
try:
24-
import scipy
25-
HAS_SCIPY = True
26-
except ImportError:
27-
HAS_SCIPY = False
28-
2923

3024
class STL10TestCase(datasets_utils.ImageDatasetTestCase):
3125
DATASET_CLASS = datasets.STL10

0 commit comments

Comments
 (0)