Add missing newline at end of decorators.py
This commit is contained in:
parent
54992c23b7
commit
ecabf086ea
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ def anon_protect(func):
|
|||
return func(*args, **kwargs)
|
||||
|
||||
abort(401)
|
||||
return wrapper
|
||||
return wrapper
|
||||
|
|
Reference in a new issue