mirror of
https://github.com/django/django.git
synced 2025-07-22 20:55:17 +00:00
Fixed #21302 -- Fixed unused imports and import *.
This commit is contained in:
parent
9f76ea1eaa
commit
36ded01527
116 changed files with 248 additions and 181 deletions
|
@ -15,7 +15,7 @@ from django.utils.html import conditional_escape, format_html
|
|||
from django.utils.translation import ugettext_lazy
|
||||
from django.utils.encoding import force_text, python_2_unicode_compatible
|
||||
from django.utils.safestring import mark_safe
|
||||
from django.utils import datetime_safe, formats, six
|
||||
from django.utils import formats, six
|
||||
from django.utils.six.moves.urllib.parse import urljoin
|
||||
|
||||
__all__ = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue