mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add missing placeholder object
This commit is contained in:
parent
e70786ce15
commit
77b3cd1c53
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ from .exceptions import (
|
|||
)
|
||||
from .roots import RootItem
|
||||
|
||||
_PLACEHOLDER = object()
|
||||
|
||||
|
||||
class AnatomyTemplateResult(TemplateResult):
|
||||
rootless = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue