Skip to content

Commit fda0b1f

Browse files
committed
fix linter
1 parent 2751645 commit fda0b1f

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

backends/xnnpack/test/ops/add.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ def test_qs8_add_relu(self):
211211
tester.partition()
212212
else:
213213
tester.to_edge_transform_and_lower()
214-
tester.check_count({"torch.ops.higher_order.executorch_call_delegate": 1})
214+
tester.check_count(
215+
{"torch.ops.higher_order.executorch_call_delegate": 1}
216+
)
215217
tester.to_executorch()
216218
tester.serialize()
217219
tester.run_method_and_compare_outputs()
@@ -261,4 +263,3 @@ def forward(self, x, z):
261263
tester.to_executorch()
262264
tester.serialize()
263265
tester.run_method_and_compare_outputs()
264-

0 commit comments

Comments
 (0)