1
0
mirror of https://github.com/django/django.git synced 2025-03-10 17:32:41 +00:00

Removed a blank line per isort.

This commit is contained in:
Tim Graham 2016-08-24 13:58:57 -04:00
parent 3c18f8a3d2
commit a3abbe1fcb

View File

@ -14,7 +14,6 @@ from django.utils import six
from django.utils.encoding import (
force_str, force_text, repercent_broken_unicode,
)
from django.utils.functional import cached_property
# encode() and decode() expect the charset to be a native string.