mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Drop unused import
This commit is contained in:
parent
183d3ec6a4
commit
4e14b26fa9
|
@ -8,7 +8,7 @@ from django.utils.html import escape
|
|||
from django.utils.safestring import mark_safe
|
||||
from django.views.decorators.csrf import csrf_exempt
|
||||
from rest_framework import status, exceptions
|
||||
from rest_framework.compat import View, apply_markdown, smart_text
|
||||
from rest_framework.compat import View, apply_markdown
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.request import Request
|
||||
from rest_framework.settings import api_settings
|
||||
|
|
Loading…
Reference in New Issue
Block a user