mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
chore: fix cargo checks
This commit is contained in:
@@ -41,7 +41,6 @@ def main(name: str):
|
||||
language: ScriptLang::Python3,
|
||||
modules: Some(modules),
|
||||
..RawCode::default()
|
||||
tag: None,
|
||||
});
|
||||
|
||||
let result = RunJob::from(job)
|
||||
@@ -94,7 +93,6 @@ def main(a: int, b: int):
|
||||
language: ScriptLang::Python3,
|
||||
modules: Some(modules),
|
||||
..RawCode::default()
|
||||
tag: None,
|
||||
});
|
||||
|
||||
let result = RunJob::from(job)
|
||||
@@ -146,7 +144,6 @@ export function main(name: string) {
|
||||
language: ScriptLang::Bun,
|
||||
modules: Some(modules),
|
||||
..RawCode::default()
|
||||
tag: None,
|
||||
});
|
||||
|
||||
let result = RunJob::from(job)
|
||||
|
||||
Reference in New Issue
Block a user