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 6039619 commit 0516193Copy full SHA for 0516193
gridfs/asynchronous/grid_file.py
@@ -46,7 +46,6 @@
46
from pymongo.asynchronous.collection import AsyncCollection
47
from pymongo.asynchronous.cursor import AsyncCursor
48
from pymongo.asynchronous.database import AsyncDatabase
49
-from pymongo.asynchronous.helpers import anext
50
from pymongo.common import validate_string
51
from pymongo.errors import (
52
BulkWriteError,
gridfs/synchronous/grid_file.py
@@ -57,7 +57,6 @@
57
from pymongo.synchronous.collection import Collection
58
from pymongo.synchronous.cursor import Cursor
59
from pymongo.synchronous.database import Database
60
-from pymongo.synchronous.helpers import next
61
62
_IS_SYNC = True
63
0 commit comments