Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76be64a

Browse files
committed
Add add_help=False to argparser
1 parent dcb84d2 commit 76be64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
extra_args = []
2020

21-
parser = argparse.ArgumentParser()
21+
parser = argparse.ArgumentParser(add_help=False)
2222
parser.add_argument('--no-pep8', action='store_true',
2323
help='Run all tests except PEP8 testing')
2424
parser.add_argument('--pep8', action='store_true',

0 commit comments

Comments
 (0)