tools/check-templates: Remove unneeded return.

This commit is contained in:
Eklavya Sharma 2016-07-24 19:10:57 +05:30
parent bd0fa3e77b
commit 9c177fcd1b
1 changed files with 1 additions and 1 deletions

View File

@ -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 [