dropped python 2.7 compat codes from tests

This commit is contained in:
Asif Saif Uddin 2018-10-25 14:34:34 +06:00
parent 5a6747d02b
commit d00211b905
5 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,3 @@
from __future__ import unicode_literals
from django.conf.urls import include, url
from .views import MockView

View File

@ -1,5 +1,3 @@
from __future__ import unicode_literals
from django.conf.urls import url
from .views import MockView

View File

@ -1,5 +1,3 @@
from __future__ import unicode_literals
from django.contrib.auth.models import User
from django.test import TestCase, override_settings

View File

@ -1,5 +1,3 @@
from __future__ import unicode_literals
from django.conf.urls import url
from django.test import TestCase
from django.test.utils import override_settings

View File

@ -1,5 +1,3 @@
from __future__ import unicode_literals
from rest_framework import authentication, renderers
from rest_framework.response import Response
from rest_framework.views import APIView