From 6c33134cfae0ed1207cc6a03eeed367d095dc194 Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Thu, 5 Sep 2024 18:08:41 +0900 Subject: [PATCH] [one-cmds] Remove unused option (#13937) This will remove unused option that was added by misunderstanding. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- compiler/one-cmds/one-import-onnx | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/one-cmds/one-import-onnx b/compiler/one-cmds/one-import-onnx index 2d50ecc58b5..4a1960e332c 100644 --- a/compiler/one-cmds/one-import-onnx +++ b/compiler/one-cmds/one-import-onnx @@ -195,8 +195,6 @@ def _get_parser(): action='store_true', help='Disable one-import-onnx-ext for second attempt') - parser.add_argument('--use_extension', type=str, help=argparse.SUPPRESS) - # save intermediate file(s) parser.add_argument('--save_intermediate', action='store_true',