fix black formatting

This commit is contained in:
Bastien Gérard
2019-10-31 22:39:53 +01:00
parent 6040b4b494
commit 37ca79e9c5
15 changed files with 31 additions and 34 deletions

View File

@@ -1,17 +1,15 @@
# -*- coding: utf-8 -*-
from mongoengine import (
Document,
StringField,
ValidationError,
EmbeddedDocument,
EmbeddedDocumentField,
InvalidQueryError,
LookUpError,
IntField,
GenericEmbeddedDocumentField,
IntField,
InvalidQueryError,
ListField,
EmbeddedDocumentListField,
ReferenceField,
LookUpError,
StringField,
ValidationError,
)
from tests.utils import MongoDBTestCase