Skip to content

Commit 9ea21a2

Browse files
committed
Excise onlyOnCPUAndCUDA
1 parent 020c124 commit 9ea21a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pythonkey.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import math
1717
from typing import Callable, Type
1818
from torch.testing._internal.common_device_type import instantiate_device_type_tests, \
19-
skipCUDAIfNoMagma, onlyOnCPUAndCUDA, onlyCPU
19+
skipCUDAIfNoMagma, onlyCPU
2020
import types
2121
from functools import partial, wraps
2222

0 commit comments

Comments
 (0)