Import ordering

This commit is contained in:
Tom Christie 2018-10-03 11:42:57 +01:00
parent f35a867ee3
commit 46281a9891

View File

@ -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 = {