Add isort

This commit is contained in:
Cristi Vîjdea
2017-12-27 20:23:05 +01:00
parent 60e266fe99
commit d39764d383
22 changed files with 48 additions and 30 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import logging
from django.utils.encoding import force_text
from rest_framework import serializers
from rest_framework.utils import json, encoders
from rest_framework.utils import encoders, json
from rest_framework.viewsets import GenericViewSet
from .. import openapi