mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-09 08:00:52 +03:00
Whitespace fix
This commit is contained in:
parent
e441f85109
commit
1bd8fe4152
|
@ -17,7 +17,7 @@ except ImportError:
|
||||||
import six
|
import six
|
||||||
|
|
||||||
# Handle django.utils.encoding rename in 1.5 onwards.
|
# Handle django.utils.encoding rename in 1.5 onwards.
|
||||||
# smart_unicode -> smart_text
|
# smart_unicode -> smart_text
|
||||||
# force_unicode -> force_text
|
# force_unicode -> force_text
|
||||||
try:
|
try:
|
||||||
from django.utils.encoding import smart_text
|
from django.utils.encoding import smart_text
|
||||||
|
|
Loading…
Reference in New Issue
Block a user