Skip to content

Commit 82291c6

Browse files
committed
change one more argument order
1 parent 3dae224 commit 82291c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ayon_api/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ def new_product_entity(
136136
tags: Optional[list[str]] = None,
137137
attribs: Optional[dict[str, Any]] = None,
138138
data: Optional[dict[str, Any]] = None,
139-
entity_id: Optional[str] = None,
140139
product_base_type: Optional[str] = None,
140+
entity_id: Optional[str] = None,
141141
) -> NewProductDict:
142142
"""Create skeleton data of the product entity.
143143

0 commit comments

Comments
 (0)