forked from kompetenzinventar/ki-backend
Apply yapf and add ignorefile
This commit is contained in:
@ -17,6 +17,7 @@ content_type_png = "image/png"
|
||||
|
||||
|
||||
def token_auth(func):
|
||||
|
||||
@wraps(func)
|
||||
def _token_auth(*args, **kwargs):
|
||||
auth_header = request.headers.get("Authorization")
|
||||
|
Reference in New Issue
Block a user