mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-31 18:40:07 +03:00
Import ordering
This commit is contained in:
parent
f35a867ee3
commit
46281a9891
|
@ -1,3 +1,5 @@
|
|||
import urllib.parse as urlparse
|
||||
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
from rest_framework.compat import coreapi, coreschema
|
||||
|
@ -6,8 +8,6 @@ from rest_framework.schemas.generators import OpenAPISchemaGenerator
|
|||
from rest_framework.settings import api_settings
|
||||
from rest_framework.utils import json
|
||||
|
||||
import urllib.parse as urlparse
|
||||
|
||||
|
||||
class OpenAPICodec:
|
||||
CLASS_TO_TYPENAME = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user