mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +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)
|
||||
|
||||
if state.depth != 0:
|
||||
return state.matcher("(NO TAG)")
|
||||
state.matcher("(NO TAG)")
|
||||
|
||||
def is_django_block_tag(tag):
|
||||
return tag in [
|
||||
|
||||
Reference in New Issue
Block a user