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 33910a0 commit 3891326Copy full SHA for 3891326
test/asynchronous/test_collation.py
@@ -21,6 +21,7 @@
21
from test.utils import EventListener
22
from typing import Any
23
24
+from pymongo.asynchronous.helpers import anext
25
from pymongo.collation import (
26
Collation,
27
CollationAlternate,
test/test_collation.py
@@ -37,6 +37,7 @@
37
UpdateMany,
38
UpdateOne,
39
)
40
+from pymongo.synchronous.helpers import next
41
from pymongo.write_concern import WriteConcern
42
43
_IS_SYNC = True
0 commit comments