Skip to content

Commit a9ecf9b

Browse files
committed
removed unnecessary imports
1 parent 4e9d661 commit a9ecf9b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

books/api/views.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
from rest_framework.permissions import (AllowAny,
2-
IsAuthenticated,
3-
IsAdminUser,
4-
IsAuthenticatedOrReadOnly,
5-
DjangoModelPermissions,
6-
DjangoModelPermissionsOrAnonReadOnly,
7-
DjangoObjectPermissions)
1+
from rest_framework.permissions import DjangoModelPermissions, DjangoObjectPermissions
82
from rest_framework.generics import (CreateAPIView,
93
ListAPIView,
104
RetrieveAPIView,

0 commit comments

Comments
 (0)