File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ def define_node(
111
111
) -> None :
112
112
113
113
import serializer .tosa_serializer as ts # type: ignore
114
- from tosa import NanPropagationMode # type: ignore[import-untyped]
114
+ from tosa . NanPropagationMode import NanPropagationMode # type: ignore
115
115
116
116
if inputs [0 ].dtype != inputs [1 ].dtype and inputs [0 ].dtype != output .dtype :
117
117
raise TypeError (
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def define_node(
109
109
) -> None :
110
110
111
111
import serializer .tosa_serializer as ts # type: ignore
112
- from tosa import NanPropagationMode # type: ignore[import-untyped]
112
+ from tosa . NanPropagationMode import NanPropagationMode # type: ignore
113
113
114
114
if inputs [0 ].dtype != inputs [1 ].dtype and inputs [0 ].dtype != output .dtype :
115
115
raise TypeError (
You can’t perform that action at this time.
0 commit comments