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,10 +1,9 @@
from bson.int64 import Int64
import pytest
from bson.int64 import Int64
from mongoengine import *
from mongoengine.connection import get_db
from tests.utils import MongoDBTestCase, get_as_pymongo
from tests.utils import get_as_pymongo, MongoDBTestCase
class TestLongField(MongoDBTestCase):