mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
fixed to pass isort linting
This commit is contained in:
parent
9a22811671
commit
cdeab1c490
|
@ -6,8 +6,8 @@ on the request, such as form content or json encoded data.
|
|||
"""
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import json
|
||||
import codecs
|
||||
import json
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.files.uploadhandler import StopFutureHandlers
|
||||
|
|
Loading…
Reference in New Issue
Block a user