diff --git a/endpoints/decorators.py b/endpoints/decorators.py index 3b9c60879..05440fbfc 100644 --- a/endpoints/decorators.py +++ b/endpoints/decorators.py @@ -27,4 +27,4 @@ def anon_protect(func): return func(*args, **kwargs) abort(401) - return wrapper \ No newline at end of file + return wrapper