Skip to content

Commit 499e59b

Browse files
committed
fix gridfs import
1 parent 0516193 commit 499e59b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/asynchronous/test_grid_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
)
4848
from gridfs.errors import NoFile
4949
from pymongo import AsyncMongoClient
50-
from pymongo.asynchronous.helpers import aiter, anext
5150
from pymongo.errors import ConfigurationError, ServerSelectionTimeoutError
5251
from pymongo.message import _CursorAddress
5352

test/test_grid_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
from pymongo import MongoClient
5050
from pymongo.errors import ConfigurationError, ServerSelectionTimeoutError
5151
from pymongo.message import _CursorAddress
52-
from pymongo.synchronous.helpers import iter, next
5352

5453
_IS_SYNC = True
5554

0 commit comments

Comments
 (0)