Skip to content

Commit 4dcbb03

Browse files
SS-JIAlucylq
authored andcommitted
Fix lint (#12551)
Title says it all!
1 parent 20b2cda commit 4dcbb03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/nxp/nxp_backend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ def preprocess(
174174
# Otherwise, we get violation that this op is not part of ATen Core ops.
175175
edge_program._verifiers = [
176176
EXIREdgeDialectVerifier(
177-
class_only=True, core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default]
177+
class_only=True,
178+
core_aten_ops_exception_list=[torch.ops.aten.max_pool2d.default],
178179
)
179180
]
180181

0 commit comments

Comments
 (0)