Skip to content

Commit fe5089a

Browse files
committed
fix code for quality check
1 parent 569769e commit fe5089a

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
@@ -333,8 +333,8 @@ def test_qnn_backend_element_wise_add(self):
333333
},
334334
{
335335
QCOM_MODULE: [
336-
AddConstantLong(),
337-
], # noqa: F405
336+
AddConstantLong(), # noqa: F405
337+
],
338338
QCOM_SAMPLE_INPUTS: [(torch.randint(0, 10, size=(2, 3)),)],
339339
},
340340
]

0 commit comments

Comments
 (0)