diff --git a/tests/test_authentication.py b/tests/test_authentication.py index 2d888840b..285a3210c 100644 --- a/tests/test_authentication.py +++ b/tests/test_authentication.py @@ -6,10 +6,10 @@ import base64 from django.conf.urls import include, url from django.contrib.auth.models import User +from django.db import models from django.http import HttpResponse from django.test import TestCase from django.utils import six -from django.db import models from rest_framework import ( HTTP_HEADER_ENCODING, exceptions, permissions, renderers, status