Skip to content

Commit 011cdd3

Browse files
committed
define default value for optional argumet
1 parent a405897 commit 011cdd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ayon_api/_api_helpers/lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def update_entity_list_item(
407407
list_id: str,
408408
item_id: str,
409409
*,
410-
new_list_id: Optional[str],
410+
new_list_id: Optional[str] = None,
411411
position: Optional[int] = None,
412412
label: Optional[str] = None,
413413
attrib: Optional[dict[str, Any]] = None,

0 commit comments

Comments
 (0)