mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fixed mising 'maintained_selection'
This commit is contained in:
parent
9980aa90fa
commit
8eded893aa
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ from .pipeline import (
|
|||
parse_container,
|
||||
update_container,
|
||||
)
|
||||
from .lib import (
|
||||
maintained_selection
|
||||
)
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
|
@ -49,4 +52,6 @@ __all__ = (
|
|||
"containerise",
|
||||
"parse_container",
|
||||
"update_container",
|
||||
|
||||
"maintained_selection",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue