Skip to content

Commit 19ea5c0

Browse files
committed
Fixing the broken unit tests caused by missing portable lib import.
1 parent 3899beb commit 19ea5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/nxp/tests/ir/edge_passes/test_remove_io_quant_ops_pass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import itertools
77

8+
import executorch.extension.pybindings.portable_lib
89
import executorch.kernels.quantized # noqa F401
910
import torch
1011
from executorch.backends.nxp.tests.executorch_pipeline import to_quantized_edge_program

0 commit comments

Comments
 (0)