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
1 changed files with 0 additions and 1 deletions

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.