Skip to content

Commit a96ebd7

Browse files
committed
Fix flake8 error
Fix flake8 error
1 parent c63ea01 commit a96ebd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest_framework/authentication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from rest_framework.authtoken.models import Token
1111
from rest_framework.compat import get_user_model
1212

13+
1314
def get_authorization_header(request):
1415
"""
1516
Return request's 'Authorization:' header, as a bytestring.

0 commit comments

Comments
 (0)