fix default python script

This commit is contained in:
Ruben Fiszel
2022-10-29 12:57:25 +02:00
parent 84a3fbe46b
commit 004f4958ef
+2 -2
View File
@@ -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),