Skip to content

Commit f9930b1

Browse files
committed
Whoops
1 parent 911c487 commit f9930b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/test_grid_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
)
4444
from gridfs.errors import NoFile
4545
from pymongo import AsyncMongoClient
46+
from pymongo.asynchronous.helpers import aiter, anext
4647
from pymongo.errors import ConfigurationError, ServerSelectionTimeoutError
4748
from pymongo.message import _CursorAddress
4849

test/test_grid_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
from pymongo import MongoClient
4646
from pymongo.errors import ConfigurationError, ServerSelectionTimeoutError
4747
from pymongo.message import _CursorAddress
48+
from pymongo.synchronous.helpers import iter, next
4849

4950
_IS_SYNC = True
5051

0 commit comments

Comments
 (0)