Skip to content

Commit d426c79

Browse files
Added link to a ticket about adding support for defaultTransactionOptions
1 parent ac80769 commit d426c79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

txmongo/sessions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ def inc_transaction_id(self) -> None:
9090
class SessionOptions:
9191
"""Placeholder class for session options. Currently not used."""
9292

93+
# TODO: implement defaultTransactionOptions
94+
# https://github.com/twisted/txmongo/issues/303
95+
9396
pass
9497

9598

0 commit comments

Comments
 (0)