mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-4653 - added missed import for CreatorError
This commit is contained in:
parent
1a7f7d310e
commit
3156cc5425
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ from openpype.lib import BoolDef
|
|||
from openpype.pipeline import (
|
||||
Creator,
|
||||
CreatedInstance,
|
||||
legacy_io
|
||||
legacy_io,
|
||||
CreatorError
|
||||
)
|
||||
from openpype.lib import prepare_template_data
|
||||
from openpype.pipeline.create import SUBSET_NAME_ALLOWED_SYMBOLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue