Make flake8 happy

This commit is contained in:
Alex Iribarren 2021-03-15 14:39:38 +01:00 committed by Tomas Kopecek
parent 41d5414245
commit 94df7a1f74

View file

@ -528,6 +528,7 @@ def formatLink(url):
return url
def rowToggle(template):
"""If the value of template._rowNum is even, return 'row-even';
if it is odd, return 'row-odd'. Increment the value before checking it.