Skip to content

Commit ea528c1

Browse files
committed
mypy
1 parent 8b484bd commit ea528c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_export_patches/eval/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def _compares_on_one_example(
488488
disc.update(
489489
dict(
490490
success=1 if disc["abs"] < 0.1 else 0,
491-
model_cls=model.__class__,
491+
model_cls=model.__class__, # type: ignore[dict-item]
492492
exported=mod, # type: ignore[dict-item]
493493
)
494494
)

0 commit comments

Comments
 (0)