pep8: Add compliance with rule E261 to html-grep.

This commit is contained in:
Aditya Bansal 2017-05-18 02:19:54 +05:30
parent 151712b9cc
commit 4d06c567f4
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def check_our_files():
(options, args) = parser.parse_args() (options, args) = parser.parse_args()
if options.show_all: if options.show_all:
keywords = [] # type: List[str] keywords = [] # type: List[str]
else: else:
if not args: if not args:
print('No keywords specified...try --help or --no-filter') print('No keywords specified...try --help or --no-filter')