mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added missing imports
This commit is contained in:
parent
4954992e56
commit
ea5d5cfc71
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@ import copy
|
|||
from abc import ABC, abstractmethod
|
||||
from typing import Optional, Any
|
||||
|
||||
from ayon_core.tools.common_models import (
|
||||
ProjectItem,
|
||||
FolderItem,
|
||||
FolderTypeItem,
|
||||
TaskItem,
|
||||
TaskTypeItem,
|
||||
)
|
||||
|
||||
class ActionItem:
|
||||
"""Item representing single action to trigger.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue