Correct style

This commit is contained in:
Emmanuel Leblond
2017-11-06 14:11:11 +01:00
parent 35d0458228
commit da33cb54fe
2 changed files with 7 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import itertools
import weakref
import six
from bson import DBRef
import six
from mongoengine.common import _import_class
from mongoengine.errors import DoesNotExist, MultipleObjectsReturned