mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'enhancement/create_context_typing' of https://github.com/BigRoy/ayon-core into enhancement/create_context_typing
This commit is contained in:
commit
b5fcf22137
1 changed files with 1 additions and 1 deletions
|
|
@ -23,9 +23,9 @@ from .utils import get_next_versions_for_instances
|
||||||
from .legacy_create import LegacyCreator
|
from .legacy_create import LegacyCreator
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
from ayon_core.lib import AbstractAttrDef
|
||||||
# Avoid cyclic imports
|
# Avoid cyclic imports
|
||||||
from .context import CreateContext, CreatedInstance, UpdateData
|
from .context import CreateContext, CreatedInstance, UpdateData
|
||||||
from ayon_core.lib import AbstractAttrDef
|
|
||||||
|
|
||||||
|
|
||||||
class CreatorError(Exception):
|
class CreatorError(Exception):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue