Skip to content

Commit 1280d39

Browse files
committed
extract_utils: remove add_argument's store explicit default
Change-Id: Iadb251099233201015bdb18e4de616f9e8ea3e7f
1 parent 62fb085 commit 1280d39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extract_utils/args.py

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
parser.add_argument(
5151
'-s',
5252
'--section',
53-
action='store',
5453
help='only apply to section name matching pattern',
5554
)
5655
parser.add_argument(

0 commit comments

Comments
 (0)