Skip to content

Commit c08da9c

Browse files
committed
Fix typing issue
Change-Id: Id42da55562005f248733b0d5db58f2b18b0c2932
1 parent 03db71c commit c08da9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/test/runner_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
import numpy as np
1818
import torch
19+
import tosa_reference_model
1920

2021
from executorch.backends.arm.test.common import arm_test_options, is_option_enabled
21-
import tosa_reference_model
2222

2323
from torch.export import ExportedProgram
2424
from torch.fx.node import Node

0 commit comments

Comments
 (0)