Refactor code quality issues (#2001)

This commit is contained in:
Aksh Gupta
2021-03-16 23:43:02 +05:30
committed by GitHub
parent eae55e4b5a
commit 88ba7ab53a
18 changed files with 33 additions and 33 deletions

View File

@@ -63,7 +63,7 @@ def eventurl(parser, token, absolute=False):
asvar = bits[-1]
bits = bits[:-2]
if len(bits):
if bits:
for bit in bits:
match = kwarg_re.match(bit)
if not match: