mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove unused import
This commit is contained in:
parent
48d2151d05
commit
f8e4b29a6c
1 changed files with 1 additions and 4 deletions
|
|
@ -8,10 +8,7 @@ from typing import Optional
|
|||
from ayon_core.style import get_default_entity_icon_color
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from ayon_core.host import (
|
||||
WorkfileInfo,
|
||||
PublishedWorkfileInfo,
|
||||
)
|
||||
from ayon_core.host import PublishedWorkfileInfo
|
||||
|
||||
|
||||
class FolderItem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue