mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Sort imports
This commit is contained in:
parent
3ae35aeefc
commit
fd328dfda0
|
@ -1,5 +1,8 @@
|
|||
from django.conf.urls import url, include
|
||||
from rest_framework.renderers import CoreJSONRenderer, DocumentationRenderer, SchemaJSRenderer
|
||||
from django.conf.urls import include, url
|
||||
|
||||
from rest_framework.renderers import (
|
||||
CoreJSONRenderer, DocumentationRenderer, SchemaJSRenderer
|
||||
)
|
||||
from rest_framework.schemas import get_schema_view
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user