Skip to content

Commit 65128df

Browse files
committed
Arm backend: Ignore import-not-found MYPY error
Signed-off-by: Martin Lindström <Martin.Lindstroem@arm.com> Change-Id: Ic972b1b93224bb03bca03599268c3a2e09f5ec4f
1 parent 88ba269 commit 65128df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/test/misc/test_process_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from executorch.backends.arm.tosa.specification import TosaSpecification
1515
from executorch.exir import to_edge
1616
from torch._export.utils import is_param
17-
from tosa.TosaGraph import TosaGraph # type: ignore[import-untyped]
17+
from tosa.TosaGraph import TosaGraph # type: ignore[import-not-found, import-untyped]
1818
from tosa_serializer.numpy_utils import pack_6bit_array
1919

2020

0 commit comments

Comments
 (0)