mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
style: modify import
This commit is contained in:
parent
2664e65019
commit
61540f4d88
|
@ -11,8 +11,9 @@ from django.conf import settings
|
|||
from django.core.files.uploadhandler import StopFutureHandlers
|
||||
from django.http import QueryDict
|
||||
from django.http.multipartparser import ChunkIter
|
||||
from django.http.multipartparser import \
|
||||
from django.http.multipartparser import (
|
||||
MultiPartParser as DjangoMultiPartParser
|
||||
)
|
||||
from django.http.multipartparser import MultiPartParserError, parse_header
|
||||
from django.utils.encoding import force_str
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user