[1.7.x] Added a newline to appease flake8

Backport of 037f81fedc from master
This commit is contained in:
Alex Gaynor 2014-07-13 08:35:25 -07:00 committed by Tim Graham
parent dcb1b971c2
commit 1d1debeed4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ register = Library()
_static = None
@register.simple_tag
def static(path):
global _static