mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Sorted imports with isort; refs #23860.
This commit is contained in:
parent
388d986b8a
commit
0ed7d15563
793 changed files with 2551 additions and 2333 deletions
|
|
@ -1,13 +1,13 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import unittest
|
||||
import datetime
|
||||
import unittest
|
||||
|
||||
from django.utils import six
|
||||
from django.utils.encoding import (
|
||||
filepath_to_uri, force_bytes, force_text, escape_uri_path,
|
||||
iri_to_uri, uri_to_iri, smart_text,
|
||||
escape_uri_path, filepath_to_uri, force_bytes, force_text, iri_to_uri,
|
||||
smart_text, uri_to_iri,
|
||||
)
|
||||
from django.utils.http import urlquote_plus
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue