Skip to content

Commit 17f217c

Browse files
committed
sql 2.0
1 parent b1ca061 commit 17f217c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/04/notifications/test_notifications__db_comp_tasks_listening_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ async def _update_first_jupyter_task_output(
306306
async with sqlalchemy_async_engine.begin() as conn:
307307
result = await conn.execute(
308308
comp_tasks.select()
309-
.with_only_columns([comp_tasks.c.outputs])
309+
.with_only_columns(comp_tasks.c.outputs)
310310
.where(comp_tasks.c.task_id == first_jupyter_task["task_id"])
311311
.with_for_update()
312312
)

0 commit comments

Comments
 (0)