mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
fix default python script
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user