making linter happy

This commit is contained in:
Dima Knivets 2019-08-12 11:55:58 +03:00
parent 07702abba6
commit 549fec6379

View File

@ -9,7 +9,7 @@ from django.core.validators import (
from django.db import models
from django.utils.encoding import force_str
from rest_framework import exceptions, serializers, renderers
from rest_framework import exceptions, renderers, serializers
from rest_framework.compat import uritemplate
from rest_framework.fields import _UnvalidatedField, empty