We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b16c8 commit 8825b25Copy full SHA for 8825b25
tests/test_testing.py
@@ -1,15 +1,13 @@
1
-# -- coding: utf-8 --
2
-
+# encoding: utf-8
3
from __future__ import unicode_literals
4
from django.conf.urls import patterns, url
5
-from io import BytesIO
6
7
from django.contrib.auth.models import User
8
from django.shortcuts import redirect
9
from django.test import TestCase
10
from rest_framework.decorators import api_view
11
from rest_framework.response import Response
12
from rest_framework.test import APIClient, APIRequestFactory, force_authenticate
+from io import BytesIO
13
14
15
@api_view(['GET', 'POST'])
0 commit comments