mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 21:40:13 +03:00
isort
This commit is contained in:
parent
10ed50ced7
commit
33d656e5e8
|
@ -17,8 +17,7 @@ from django.utils.translation import ugettext_lazy as _
|
|||
|
||||
from rest_framework import status
|
||||
from rest_framework.compat import template_render
|
||||
from rest_framework.exceptions import APIException
|
||||
from rest_framework.exceptions import NotFound
|
||||
from rest_framework.exceptions import APIException, NotFound
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.settings import api_settings
|
||||
from rest_framework.utils.urls import remove_query_param, replace_query_param
|
||||
|
|
Loading…
Reference in New Issue
Block a user