mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor imports
This commit is contained in:
parent
fa158d3f46
commit
76b9655a64
1 changed files with 2 additions and 4 deletions
|
|
@ -7,10 +7,8 @@ from ayon_core.lib import (
|
|||
BoolDef
|
||||
)
|
||||
from ayon_core.lib.events import weakref_partial
|
||||
from ayon_core.hosts.maya.api.workfile_template_builder import (
|
||||
MayaPlaceholderPlugin,
|
||||
)
|
||||
from ayon_core.hosts.maya.api.lib import (
|
||||
from ayon_maya.api.workfile_template_builder import MayaPlaceholderPlugin
|
||||
from ayon_maya.api.lib import (
|
||||
get_all_children,
|
||||
assign_look,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue