Skip to content

Commit 8444a52

Browse files
committed
type
1 parent a47c401 commit 8444a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onnx_diagnostic/torch_models/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2334,7 +2334,7 @@ def call_torch_export_custom(
23342334
}
23352335
assert (
23362336
exporter in available
2337-
), f"Unexpected value for exporter={exporter!r} in {sorted(available)}"
2337+
), f"Unexpected value for exporter={exporter!r} in {sorted(available)}" # type: ignore[type-var]
23382338
assert "model" in data, f"model is missing from data: {sorted(data)}"
23392339
assert "inputs_export" in data, f"inputs_export is missing from data: {sorted(data)}"
23402340
assert ("-strict" not in exporter) or ("strict" not in exporter_options), (

0 commit comments

Comments
 (0)