mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
tools/check-templates: Remove unneeded return.
This commit is contained in:
@@ -133,7 +133,7 @@ def validate(fn, check_indent=True):
|
|||||||
advance(1)
|
advance(1)
|
||||||
|
|
||||||
if state.depth != 0:
|
if state.depth != 0:
|
||||||
return state.matcher("(NO TAG)")
|
state.matcher("(NO TAG)")
|
||||||
|
|
||||||
def is_django_block_tag(tag):
|
def is_django_block_tag(tag):
|
||||||
return tag in [
|
return tag in [
|
||||||
|
|||||||
Reference in New Issue
Block a user