Skip to content

Commit 1fb0e3b

Browse files
authored
Merge pull request #324 from ynput/enhancement/attribute-scope
Chore: Add 'list' to attribute scope literal
2 parents 929befc + 719b8ad commit 1fb0e3b

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)