Skip to content

Commit 12ee771

Browse files
committed
Add anext helper
1 parent e6db6ad commit 12ee771

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/unified_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
from pymongo.asynchronous.command_cursor import AsyncCommandCursor
7575
from pymongo.asynchronous.database import AsyncDatabase
7676
from pymongo.asynchronous.encryption import AsyncClientEncryption
77+
from pymongo.asynchronous.helpers import anext
7778
from pymongo.encryption_options import _HAVE_PYMONGOCRYPT
7879
from pymongo.errors import (
7980
BulkWriteError,

test/unified_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
from pymongo.synchronous.command_cursor import CommandCursor
9898
from pymongo.synchronous.database import Database
9999
from pymongo.synchronous.encryption import ClientEncryption
100+
from pymongo.synchronous.helpers import next
100101
from pymongo.topology_description import TopologyDescription
101102
from pymongo.typings import _Address
102103
from pymongo.write_concern import WriteConcern

0 commit comments

Comments
 (0)