mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 13:00:12 +03:00
Imports order
This commit is contained in:
parent
f51e349675
commit
746c26145f
|
@ -1,5 +1,6 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
import markdown
|
||||
import re
|
||||
|
||||
from django import template
|
||||
|
@ -14,7 +15,6 @@ from rest_framework.renderers import HTMLFormRenderer
|
|||
from rest_framework.utils.urls import replace_query_param
|
||||
|
||||
from markdown.extensions.fenced_code import FencedBlockPreprocessor
|
||||
import markdown
|
||||
|
||||
|
||||
register = template.Library()
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import os
|
||||
import coreschema
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
from django.conf.urls import url
|
||||
from django.http import HttpResponse
|
||||
from django.test import override_settings
|
||||
import coreschema
|
||||
|
||||
from rest_framework.compat import coreapi
|
||||
from rest_framework.parsers import FileUploadParser
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
import unittest
|
||||
|
||||
import coreschema
|
||||
|
||||
from django.conf.urls import include, url
|
||||
from django.core.exceptions import PermissionDenied
|
||||
from django.http import Http404
|
||||
from django.test import TestCase, override_settings
|
||||
import coreschema
|
||||
|
||||
from rest_framework import filters, pagination, permissions, serializers
|
||||
from rest_framework.compat import coreapi
|
||||
|
|
Loading…
Reference in New Issue
Block a user