Fix isort inconsistency

This commit is contained in:
Cristi Vîjdea
2017-12-27 20:47:32 +01:00
parent 22853b87c7
commit ee4789776a
5 changed files with 13 additions and 8 deletions
+2 -1
View File
@@ -1,3 +1,5 @@
from six import StringIO
import json
import os
import random
@@ -8,7 +10,6 @@ from collections import OrderedDict
import pytest
from django.contrib.auth.models import User
from django.core.management import call_command
from six import StringIO
from drf_yasg.codecs import yaml_sane_load