mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
added missing import
This commit is contained in:
parent
cd4172e475
commit
fd64709eef
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import copy
|
||||
import logging
|
||||
import contextlib
|
||||
import collections
|
||||
from uuid import uuid4
|
||||
|
||||
|
|
@ -10,6 +11,7 @@ from abc import (
|
|||
)
|
||||
import six
|
||||
|
||||
from .lib import UnknownDef
|
||||
from openpype.lib import get_subset_name
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue