Skip to content

Commit b47c5b5

Browse files
author
Erdenezul Batmunkh
committed
Adhere imports into existing one #1899
1 parent 2a8579a commit b47c5b5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

mongoengine/document.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
TopLevelDocumentMetaclass, get_document)
1313
from mongoengine.common import _import_class
1414
from mongoengine.connection import DEFAULT_CONNECTION_NAME, get_db
15-
from mongoengine.context_managers import (
16-
set_write_concern,
17-
switch_collection,
18-
switch_db
19-
)
15+
from mongoengine.context_managers import (set_write_concern,
16+
switch_collection,
17+
switch_db)
2018
from mongoengine.errors import (InvalidDocumentError, InvalidQueryError,
2119
SaveConditionError)
2220
from mongoengine.python_support import IS_PYMONGO_3

0 commit comments

Comments
 (0)