remove unnecessary import from api guide renderes examples

This commit is contained in:
tsurutan 2020-01-30 17:53:42 +09:00
parent bc4d52558b
commit f55a2e0fc8

View File

@ -273,7 +273,6 @@ By default this will include the following keys: `view`, `request`, `response`,
The following is an example plaintext renderer that will return a response with the `data` parameter as the content of the response.
from django.utils.encoding import smart_unicode
from rest_framework import renderers