Added a newline to appease flake8
This commit is contained in:
parent
22b2fb0ba1
commit
037f81fedc
|
@ -5,6 +5,7 @@ register = Library()
|
|||
|
||||
_static = None
|
||||
|
||||
|
||||
@register.simple_tag
|
||||
def static(path):
|
||||
global _static
|
||||
|
|
Loading…
Reference in New Issue