We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9298e09 commit 8cf6aaaCopy full SHA for 8cf6aaa
1 file changed
diracx-db/src/diracx/db/sql/utils/base.py
@@ -73,7 +73,7 @@ class BaseSQLDB(metaclass=ABCMeta):
73
MyDBClass = BaseSQLDB.available_implementations(db_name)[0]
74
75
db = MyDBClass(url)
76
- async with db.engine_context:
+ async with db.engine_context():
77
async with db:
78
# Do something in the first transaction
79
# Commit will be called automatically
0 commit comments