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 f843c16 commit da27f69Copy full SHA for da27f69
async_pymongo/cursor_base.py
@@ -33,7 +33,8 @@
33
34
from pymongo.client_session import ClientSession
35
from pymongo.collection import Collection
36
-from pymongo.cursor import _QUERY_OPTIONS, Cursor, RawBatchCursor
+from pymongo.cursor import Cursor, RawBatchCursor
37
+from pymongo.cursor_shared import _QUERY_OPTIONS
38
from pymongo.typings import _Address, _DocumentType
39
40
from async_pymongo.async_helper import run_sync
0 commit comments