File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 3939from bson .raw_bson import RawBSONDocument
4040from pymongo import WriteConcern , _csot
4141from pymongo .asynchronous import client_session
42- from pymongo .asynchronous .client_session import (
43- _BACKOFF_MAX ,
44- TransactionOptions ,
45- _set_backoff_initial ,
46- )
42+ from pymongo .asynchronous .client_session import TransactionOptions
4743from pymongo .asynchronous .command_cursor import AsyncCommandCursor
4844from pymongo .asynchronous .cursor import AsyncCursor
49- from pymongo .asynchronous .helpers import anext
5045from pymongo .errors import (
5146 AutoReconnect ,
5247 CollectionInvalid ,
Original file line number Diff line number Diff line change 5050from pymongo .read_concern import ReadConcern
5151from pymongo .read_preferences import ReadPreference
5252from pymongo .synchronous import client_session
53- from pymongo .synchronous .client_session import (
54- _BACKOFF_MAX ,
55- TransactionOptions ,
56- _set_backoff_initial ,
57- )
53+ from pymongo .synchronous .client_session import TransactionOptions
5854from pymongo .synchronous .command_cursor import CommandCursor
5955from pymongo .synchronous .cursor import Cursor
60- from pymongo .synchronous .helpers import next
6156
6257_IS_SYNC = True
6358
You can’t perform that action at this time.
0 commit comments