Skip to content

Commit 32dd145

Browse files
fix code for quality check
1 parent 73f5380 commit 32dd145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ def test_qnn_backend_element_wise_add(self):
334334
},
335335
{
336336
QCOM_MODULE: [
337-
AddConstantLong(),
338-
], # noqa: F405
337+
AddConstantLong(), # noqa: F405
338+
],
339339
QCOM_SAMPLE_INPUTS: [(torch.randint(0, 10, size=(2, 3)),)],
340340
},
341341
]

0 commit comments

Comments
 (0)