From 004f4958efeed66f10550829c0a9df2196bf4d00 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 29 Oct 2022 12:57:25 +0200 Subject: [PATCH] fix default python script --- frontend/src/lib/script_helpers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/script_helpers.ts b/frontend/src/lib/script_helpers.ts index 34d22fc48d..881fdadc7e 100644 --- a/frontend/src/lib/script_helpers.ts +++ b/frontend/src/lib/script_helpers.ts @@ -10,9 +10,9 @@ The client is used to interact with windmill itself through its standard API. One can explore the methods available through autocompletion of \`wmill.XXX\`. """ -def main(name = "Nicolas Bourbaki", +def main(no_default: str, + name = "Nicolas Bourbaki", age = 42, - with_type: str, obj: dict = {"even": "dicts"}, l: list = ["or", "lists!"], file_: bytes = bytes(0),