We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6549f85 commit 6c959a2Copy full SHA for 6c959a2
test/xpu/test_xpu_xpu.py
@@ -9,7 +9,7 @@
9
from .xpu_test_utils import XPUPatchForImport
10
11
with XPUPatchForImport(False):
12
- from test_xpu import TestXpu, TestXpuAutocast, TestXpuTrace # noqa: F401
+ from test_xpu import TestXpu, TestXpuAutocast, TestXpuTrace # noqa: F401
13
14
instantiate_device_type_tests(TestXpu, globals(), only_for="xpu", allow_xpu=True)
15
0 commit comments