Commit 62e2a970 by Luis San Pablo

Fixed import order settings

parent dab6bf4b
...@@ -17,8 +17,8 @@ This module provides the `api_setting` object, that is used to access ...@@ -17,8 +17,8 @@ This module provides the `api_setting` object, that is used to access
REST framework settings, checking for user settings first, then falling REST framework settings, checking for user settings first, then falling
back to the defaults. back to the defaults.
""" """
import warnings
from __future__ import unicode_literals from __future__ import unicode_literals
import warnings
from django.conf import settings from django.conf import settings
from django.test.signals import setting_changed from django.test.signals import setting_changed
......
from __future__ import unicode_literals from __future__ import unicode_literals
import warnings
from django.test import TestCase from django.test import TestCase
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment