Skip to content

Commit 8cf6aaa

Browse files
authored
Fix docs
1 parent 9298e09 commit 8cf6aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • diracx-db/src/diracx/db/sql/utils

diracx-db/src/diracx/db/sql/utils/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class BaseSQLDB(metaclass=ABCMeta):
7373
MyDBClass = BaseSQLDB.available_implementations(db_name)[0]
7474
7575
db = MyDBClass(url)
76-
async with db.engine_context:
76+
async with db.engine_context():
7777
async with db:
7878
# Do something in the first transaction
7979
# Commit will be called automatically

0 commit comments

Comments
 (0)