fix linting + update changelog & contributors

This commit is contained in:
Bastien Gérard
2020-04-26 22:51:56 +02:00
parent 38ebb5abf4
commit 78c9e9745d
5 changed files with 10 additions and 6 deletions

View File

@@ -8,10 +8,10 @@ from mongoengine.context_managers import (
no_dereference,
no_sub_classes,
query_counter,
set_read_write_concern,
set_write_concern,
switch_collection,
switch_db,
set_write_concern,
set_read_write_concern,
)
from mongoengine.pymongo_support import count_documents