mirror of https://github.com/zulip/zulip.git
tools/check-templates: Remove unneeded return.
This commit is contained in:
parent
bd0fa3e77b
commit
9c177fcd1b
|
@ -133,7 +133,7 @@ def validate(fn, check_indent=True):
|
|||
advance(1)
|
||||
|
||||
if state.depth != 0:
|
||||
return state.matcher("(NO TAG)")
|
||||
state.matcher("(NO TAG)")
|
||||
|
||||
def is_django_block_tag(tag):
|
||||
return tag in [
|
||||
|
|
Loading…
Reference in New Issue