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 3cfdfee commit 816632aCopy full SHA for 816632a
pymongo/asynchronous/client_session.py
@@ -414,7 +414,7 @@ def active(self) -> bool:
414
def starting(self) -> bool:
415
return self.state == _TxnState.STARTING
416
417
- def set_starting(self):
+ def set_starting(self) -> None:
418
self.state = _TxnState.STARTING
419
420
@property
pymongo/synchronous/client_session.py
@@ -412,7 +412,7 @@ def active(self) -> bool:
412
413
0 commit comments