From 5dab65268e500ea15e64d1064bb68a4896199a2b Mon Sep 17 00:00:00 2001 From: Mark Davidoff Date: Wed, 19 Dec 2018 10:51:16 -0800 Subject: [PATCH] add blank line --- rest_framework/authentication.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rest_framework/authentication.py b/rest_framework/authentication.py index 74e0963ae..5ad7004aa 100644 --- a/rest_framework/authentication.py +++ b/rest_framework/authentication.py @@ -14,6 +14,7 @@ from django.utils.translation import ugettext_lazy as _ from rest_framework import HTTP_HEADER_ENCODING, exceptions from rest_framework.request import Request as DRFRequest + def get_authorization_header(request): """ Return request's 'Authorization:' header, as a bytestring.