Skip to content

Commit 9706379

Browse files
committed
Fix typing
1 parent a277e72 commit 9706379

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
from test.utils import async_wait_until
2828

2929
import pymongo
30+
from pymongo.asynchronous.helpers import anext
3031
from pymongo.errors import ConnectionFailure, OperationFailure
3132
from pymongo.read_concern import ReadConcern
3233
from pymongo.read_preferences import ReadPreference

test/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
from pymongo.read_concern import ReadConcern
3232
from pymongo.read_preferences import ReadPreference
3333
from pymongo.server_api import ServerApi
34+
from pymongo.synchronous.helpers import next
3435
from pymongo.write_concern import WriteConcern
3536

3637
_IS_SYNC = True

0 commit comments

Comments
 (0)