replace flake8-import-order by isort

This commit is contained in:
Bastien Gerard
2021-03-29 21:47:42 +02:00
parent f0fad6df19
commit ff596fcb7e
46 changed files with 133 additions and 89 deletions

View File

@@ -1,7 +1,7 @@
import unittest
from bson.son import SON
import pytest
from bson.son import SON
from mongoengine import *
from mongoengine.queryset import Q, transform