Merge "Remove default=None when set value in Config"

This commit is contained in:
Jenkins 2016-09-30 17:31:36 +00:00 committed by Gerrit Code Review
commit 1806c1e74e
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ def get_parser():
)
parser.add_argument(
'--alarm-id',
default=None,
type=str,
help='Only convert the alarm specified by this option.',
)