Refactor imports

This commit is contained in:
Roy Nieterau 2024-06-03 23:09:22 +02:00
parent fa158d3f46
commit 76b9655a64

View file

@ -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,
)