mirror of https://github.com/zulip/zulip.git
pep8: Add compliance with rule E261 to html-grep.
This commit is contained in:
parent
151712b9cc
commit
4d06c567f4
|
@ -64,7 +64,7 @@ def check_our_files():
|
|||
(options, args) = parser.parse_args()
|
||||
|
||||
if options.show_all:
|
||||
keywords = [] # type: List[str]
|
||||
keywords = [] # type: List[str]
|
||||
else:
|
||||
if not args:
|
||||
print('No keywords specified...try --help or --no-filter')
|
||||
|
|
Loading…
Reference in New Issue