Skip to content

Commit 8c93c25

Browse files
committed
mypy
1 parent 6de5c5c commit 8c93c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_onnx/sbs_dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def make_torch_inputs(
2121
onnx_results: Dict[str, torch.Tensor],
2222
torch_results: Dict[str, torch.Tensor],
2323
submodel: Optional[onnx.ModelProto],
24-
) -> Tuple[List[torch.Tensor], Set[str]]:
24+
) -> Tuple[Dict[str, torch.Tensor], Set[str]]:
2525
"""
2626
Gathers torch tensors instead of onnx tensors (tensors produced by the onnx model)
2727

0 commit comments

Comments
 (0)