Skip to content

Commit 0ce32d0

Browse files
committed
Fix lint
ghstack-source-id: 9f02a91 ghstack-comment-id: 3079647548 Pull-Request: #12551
1 parent 0012ffa commit 0ce32d0

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)