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