mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add exceptions moved to different file
This commit is contained in:
parent
99ed7d175f
commit
102ec52dd0
1 changed files with 7 additions and 0 deletions
|
|
@ -39,6 +39,13 @@ from .creator_plugins import (
|
|||
discover_convertor_plugins,
|
||||
)
|
||||
|
||||
# Import of exceptions that were moved to different file
|
||||
from .exceptions import (
|
||||
ImmutableKeyError,
|
||||
CreatorsOperationFailed,
|
||||
ConvertorsOperationFailed,
|
||||
) # noqa: F401
|
||||
|
||||
# Changes of instances and context are send as tuple of 2 information
|
||||
UpdateData = collections.namedtuple("UpdateData", ["instance", "changes"])
|
||||
_NOT_SET = object()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue