Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Lint import ordring
  • Loading branch information
lsanpablo committed Dec 17, 2015
commit c389aeb051a5b2b75160480ae09aec99385b531f
1 change: 1 addition & 0 deletions rest_framework/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
back to the defaults.
"""
from __future__ import unicode_literals

import warnings

from django.conf import settings
Expand Down
1 change: 1 addition & 0 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from __future__ import unicode_literals

import warnings

from django.test import TestCase
Expand Down