mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-02 20:54:42 +03:00
fix lint issues
This commit is contained in:
parent
a1397ac699
commit
c4f1c98572
|
@ -8,14 +8,11 @@ import inspect
|
|||
import re
|
||||
import uuid
|
||||
|
||||
import django
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import ValidationError as DjangoValidationError
|
||||
from django.core.exceptions import ObjectDoesNotExist
|
||||
from django.core.validators import RegexValidator, ip_address_validators
|
||||
from django.forms import (
|
||||
ImageField as DjangoImageField, FilePathField as DjangoFilePathField
|
||||
)
|
||||
from django.forms import ImageField as DjangoImageField
|
||||
from django.utils import six, timezone
|
||||
from django.utils.dateparse import parse_date, parse_datetime, parse_time
|
||||
from django.utils.encoding import is_protected_type, smart_text
|
||||
|
|
Loading…
Reference in New Issue
Block a user