Skip to content

Commit 031f777

Browse files
author
Ryan P Kilby
committed
Fix authtoken views imports
1 parent c456b3c commit 031f777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest_framework/authtoken/views.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
import coreapi
2+
import coreschema
13
from rest_framework import parsers, renderers
24
from rest_framework.authtoken.models import Token
35
from rest_framework.authtoken.serializers import AuthTokenSerializer
46
from rest_framework.response import Response
5-
from rest_framework.views import APIView
67
from rest_framework.schemas import ManualSchema
7-
import coreapi
8-
import coreschema
8+
from rest_framework.views import APIView
99

1010

1111
class ObtainAuthToken(APIView):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy