Removed rogue print() from test

pull/803/head
Simon Willison 2020-06-05 12:06:43 -07:00
rodzic 84a9c4ff75
commit 033a1bb22c
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -162,7 +162,6 @@ async def test_execute_write_fn_block_false(db):
with conn:
conn.execute("delete from roadside_attractions where pk = 1;")
row = conn.execute("select count(*) from roadside_attractions").fetchone()
print("row = ", row)
return row[0]
task_id = await db.execute_write_fn(write_fn)