Skip to content

Commit 8825b25

Browse files
committed
Clean up import ordering
1 parent e3b16c8 commit 8825b25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: tests/test_testing.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# -- coding: utf-8 --
2-
1+
# encoding: utf-8
32
from __future__ import unicode_literals
43
from django.conf.urls import patterns, url
5-
from io import BytesIO
6-
74
from django.contrib.auth.models import User
85
from django.shortcuts import redirect
96
from django.test import TestCase
107
from rest_framework.decorators import api_view
118
from rest_framework.response import Response
129
from rest_framework.test import APIClient, APIRequestFactory, force_authenticate
10+
from io import BytesIO
1311

1412

1513
@api_view(['GET', 'POST'])

0 commit comments

Comments
 (0)