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 0516193 commit 499e59bCopy full SHA for 499e59b
test/asynchronous/test_grid_file.py
@@ -47,7 +47,6 @@
47
)
48
from gridfs.errors import NoFile
49
from pymongo import AsyncMongoClient
50
-from pymongo.asynchronous.helpers import aiter, anext
51
from pymongo.errors import ConfigurationError, ServerSelectionTimeoutError
52
from pymongo.message import _CursorAddress
53
test/test_grid_file.py
@@ -49,7 +49,6 @@
from pymongo import MongoClient
-from pymongo.synchronous.helpers import iter, next
54
_IS_SYNC = True
55
0 commit comments