From 9c177fcd1bb7c7a514b9dbcfad6eadadd64c6e30 Mon Sep 17 00:00:00 2001 From: Eklavya Sharma Date: Sun, 24 Jul 2016 19:10:57 +0530 Subject: [PATCH] tools/check-templates: Remove unneeded return. --- tools/check-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-templates b/tools/check-templates index 8c16adeb8a..427c7872ea 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -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 [