fix cargo checks

This commit is contained in:
Ruben Fiszel
2026-05-01 18:24:45 +00:00
parent ad9f1fa454
commit 0f26418f4a
-2
View File
@@ -1008,7 +1008,6 @@ async def main(item: str, qty: int, email: str):
language: ScriptLang::Python3,
content,
..RawCode::default()
tag: None,
}))
.arg("item", json!("widget"))
.arg("qty", json!(5))
@@ -1194,7 +1193,6 @@ async def main(n: int):
language: ScriptLang::Python3,
content,
..RawCode::default()
tag: None,
}))
.arg("n", json!(1))
.run_until_complete(db, false, port),