Skip to content

Commit 43b2c39

Browse files
committed
fix mypy
1 parent f91cc32 commit 43b2c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_models/test_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def validate_onnx_model(
754754
def _mk(key):
755755
return f"{key}_{flavour}" if flavour else key
756756

757-
summary = {}
757+
summary: Dict[str, Any] = {}
758758
flat_inputs = flatten_object(data["inputs"], drop_keys=True)
759759
d = flat_inputs[0].get_device()
760760
providers = (

0 commit comments

Comments
 (0)