Skip to content

Commit 0516193

Browse files
committed
fix gridfs import
1 parent 6039619 commit 0516193

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gridfs/asynchronous/grid_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
from pymongo.asynchronous.collection import AsyncCollection
4747
from pymongo.asynchronous.cursor import AsyncCursor
4848
from pymongo.asynchronous.database import AsyncDatabase
49-
from pymongo.asynchronous.helpers import anext
5049
from pymongo.common import validate_string
5150
from pymongo.errors import (
5251
BulkWriteError,

gridfs/synchronous/grid_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
from pymongo.synchronous.collection import Collection
5858
from pymongo.synchronous.cursor import Cursor
5959
from pymongo.synchronous.database import Database
60-
from pymongo.synchronous.helpers import next
6160

6261
_IS_SYNC = True
6362

0 commit comments

Comments
 (0)