mirror of
https://github.com/django/django.git
synced 2025-06-12 06:59:13 +00:00
fix imports
This commit is contained in:
parent
c4142dd5e5
commit
1baf829382
@ -19,10 +19,9 @@ from django.core.exceptions import (
|
||||
)
|
||||
from django.core.files.uploadhandler import SkipFile, StopFutureHandlers, StopUpload
|
||||
from django.utils.datastructures import ImmutableMultiValueDict, MultiValueDict
|
||||
from django.utils.encoding import force_str, force_text
|
||||
from django.utils.encoding import force_str
|
||||
from django.utils.http import parse_header_parameters
|
||||
from django.utils.regex_helper import _lazy_re_compile
|
||||
from django.utils.text import unescape_entities
|
||||
|
||||
__all__ = ("MultiPartParser", "MultiPartParserError", "InputStreamExhausted")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user