mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix cargo checks
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user