Skip to content

Commit ad15852

Browse files
authored
fix lintrunner
Differential Revision: D65976032 Pull Request resolved: #6875
1 parent a4e2414 commit ad15852

File tree

1 file changed

+3
-2
lines changed
  • backends/xnnpack/test/ops

1 file changed

+3
-2
lines changed

backends/xnnpack/test/ops/cat.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def _test_cat(self, module, inputs, cat_num=1, quant=False, quant_ops=2):
5757
}
5858
)
5959

60-
6160
if legacy_mode:
6261
tester.to_edge()
6362
tester.partition()
@@ -68,7 +67,9 @@ def _test_cat(self, module, inputs, cat_num=1, quant=False, quant_ops=2):
6867
tester.check_not(["torch.ops.quantized_decomposed"])
6968

7069
(
71-
tester.check_count({"torch.ops.higher_order.executorch_call_delegate": 1})
70+
tester.check_count(
71+
{"torch.ops.higher_order.executorch_call_delegate": 1}
72+
)
7273
.check_not(["executorch_exir_dialects_edge__ops_aten_cat"])
7374
.to_executorch()
7475
.serialize()

0 commit comments

Comments
 (0)