Skip to content

Commit c2b8575

Browse files
authored
Removed unused import (#3738)
1 parent fbf547c commit c2b8575

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)