Skip to content

Commit 719b8ad

Browse files
committed
add list to attribute scope literal
1 parent 929befc commit 719b8ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ayon_api/typing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ class BackgroundOperationTask(TypedDict):
103103
"version",
104104
"representation",
105105
"workfile",
106-
"user"
106+
"user",
107+
"list",
107108
]
108109

109110
AttributeType = Literal[

0 commit comments

Comments
 (0)