mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
use isort format code
This commit is contained in:
parent
fcc59bcb64
commit
570da685b5
|
@ -1,8 +1,7 @@
|
||||||
from rest_framework import permissions
|
from rest_framework import permissions, serializers
|
||||||
|
from rest_framework.response import Response
|
||||||
from rest_framework.views import APIView
|
from rest_framework.views import APIView
|
||||||
from rest_framework.viewsets import GenericViewSet
|
from rest_framework.viewsets import GenericViewSet
|
||||||
from rest_framework import serializers
|
|
||||||
from rest_framework.response import Response
|
|
||||||
|
|
||||||
|
|
||||||
class ExampleListView(APIView):
|
class ExampleListView(APIView):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user