Lint import ordring

This commit is contained in:
Luis San Pablo 2015-12-16 18:46:23 -06:00
parent 62e2a9706f
commit c389aeb051
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ REST framework settings, checking for user settings first, then falling
back to the defaults.
"""
from __future__ import unicode_literals
import warnings
from django.conf import settings

View File

@ -1,4 +1,5 @@
from __future__ import unicode_literals
import warnings
from django.test import TestCase