Skip to content

Commit 364ef50

Browse files
committed
Fix lint issue
Signed-off-by: Adrian Lundell <[email protected]>
1 parent 6907922 commit 364ef50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

backends/cortex_m/test/tester.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99

1010
import torch
1111

12-
from backends.xnnpack.quantizer.xnnpack_quantizer import XNNPACKQuantizer, get_symmetric_quantization_config
12+
from backends.xnnpack.quantizer.xnnpack_quantizer import (
13+
get_symmetric_quantization_config,
14+
XNNPACKQuantizer,
15+
)
1316
from executorch.backends.arm.test.common import get_u55_compile_spec
1417
from executorch.backends.arm.test.tester.arm_tester import Serialize
1518
from executorch.backends.cortex_m.passes.quantized_op_fusion_pass import (

0 commit comments

Comments
 (0)