Skip to content

Commit 8e8ad09

Browse files
committed
fix issues
1 parent 743d71e commit 8e8ad09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/_command_lines_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ def main(argv: Optional[List[Any]] = None):
11211121
validate=get_parser_validate,
11221122
stats=get_parser_stats,
11231123
agg=get_parser_agg,
1124-
exportsample=lambda: get_parser_validate("exportsample"),
1124+
exportsample=lambda: get_parser_validate("exportsample"), # type: ignore[operator]
11251125
)
11261126
cmd = argv[0]
11271127
if cmd not in parsers:

0 commit comments

Comments
 (0)