Skip to content

Commit c501ea7

Browse files
committed
Arm backend: Add mypy ignore for nss import
Signed-off-by: per.held@arm.com Change-Id: I351b955621c8f5b807e4ead2722d3b7f0d98df51
1 parent 858a2d5 commit c501ea7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/arm/test/models/test_nss.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
from huggingface_hub import hf_hub_download
2121

22-
from ng_model_gym.usecases.nss.model.model_blocks import AutoEncoderV1
22+
from ng_model_gym.usecases.nss.model.model_blocks import ( # type: ignore[import-not-found,import-untyped]
23+
AutoEncoderV1,
24+
)
2325

2426
input_t = Tuple[torch.Tensor] # Input x
2527

0 commit comments

Comments
 (0)