diff --git a/tests/test_settings.py b/tests/test_settings.py index cf0952122..a923c9db0 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.core.exceptions import ImproperlyConfigured import pytest from django.test import TestCase -import six +from django.utils import six from rest_framework.settings import APISettings