Skip to content

Commit a4ac131

Browse files
authored
Fix lint (#12551)
Title says it all!
1 parent e9fa5e3 commit a4ac131

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)