Skip to content

Commit aba66a0

Browse files
committed
mypy
1 parent 21ee9fb commit aba66a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/reference/torch_ops/_op_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def get_attribute_ints(
265265

266266
def get_attribute_string(
267267
self, node: onnx.NodeProto, name: str, default_value: Optional[str] = None
268-
) -> Optional[Tuple[int, ...]]:
268+
) -> Optional[str]:
269269
"""
270270
Returns an attribute as a tuple of ints.
271271

0 commit comments

Comments
 (0)