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 8229407 commit 7190636Copy full SHA for 7190636
neo4j/_async/work/transaction.py
@@ -256,7 +256,7 @@ class AsyncTransaction(AsyncTransactionBase):
256
managers (:py:const:`async with` block) where the transaction is committed
257
or rolled back on based on whether an exception is raised::
258
259
- async with session.begin_transaction() as tx:
+ async with await session.begin_transaction() as tx:
260
...
261
262
"""
0 commit comments