mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-05 17:54:35 +03:00
Lint import ordring
This commit is contained in:
parent
62e2a9706f
commit
c389aeb051
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import warnings
|
||||
|
||||
from django.test import TestCase
|
||||
|
|
Loading…
Reference in New Issue
Block a user