1
0
mirror of https://github.com/django/django.git synced 2025-03-10 01:12:53 +00:00

Added a newline to appease flake8

This commit is contained in:
Alex Gaynor 2014-07-13 08:35:25 -07:00
parent 22b2fb0ba1
commit 037f81fedc

View File

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