mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-23 10:32:09 +03:00
Fixed import sorting
This commit is contained in:
parent
10da18b20b
commit
8b7ebb9d2c
|
@ -9,9 +9,8 @@ import re
|
|||
import uuid
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.core.exceptions import ValidationError as DjangoValidationError
|
||||
from django.core.exceptions import ObjectDoesNotExist
|
||||
from django.core.exceptions import ImproperlyConfigured, ObjectDoesNotExist
|
||||
from django.core.validators import RegexValidator, ip_address_validators
|
||||
from django.forms import FilePathField as DjangoFilePathField
|
||||
from django.forms import ImageField as DjangoImageField
|
||||
|
|
|
@ -26,7 +26,6 @@ from django.utils import six
|
|||
from rest_framework import ISO_8601
|
||||
from rest_framework.compat import importlib
|
||||
|
||||
|
||||
DEFAULTS = {
|
||||
# Base API policies
|
||||
'DEFAULT_RENDERER_CLASSES': (
|
||||
|
|
Loading…
Reference in New Issue
Block a user