Skip to content

Commit 6c959a2

Browse files
align the lint check
1 parent 6549f85 commit 6c959a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/xpu/test_xpu_xpu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .xpu_test_utils import XPUPatchForImport
1010

1111
with XPUPatchForImport(False):
12-
from test_xpu import TestXpu, TestXpuAutocast, TestXpuTrace # noqa: F401
12+
from test_xpu import TestXpu, TestXpuAutocast, TestXpuTrace # noqa: F401
1313

1414
instantiate_device_type_tests(TestXpu, globals(), only_for="xpu", allow_xpu=True)
1515

0 commit comments

Comments
 (0)