We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e80c2 commit 78c8550Copy full SHA for 78c8550
test/asynchronous/test_custom_types.py
@@ -52,6 +52,7 @@
52
from bson.int64 import Int64
53
from bson.raw_bson import RawBSONDocument
54
from pymongo.asynchronous.collection import ReturnDocument
55
+from pymongo.asynchronous.helpers import anext
56
from pymongo.errors import DuplicateKeyError
57
from pymongo.message import _CursorAddress
58
test/test_custom_types.py
@@ -54,6 +54,7 @@
from pymongo.synchronous.collection import ReturnDocument
+from pymongo.synchronous.helpers import next
59
_IS_SYNC = True
60
0 commit comments