remove unused import

This commit is contained in:
Jakub Trllo 2025-11-07 16:16:08 +01:00
parent 48d2151d05
commit f8e4b29a6c

View file

@ -8,10 +8,7 @@ from typing import Optional
from ayon_core.style import get_default_entity_icon_color from ayon_core.style import get_default_entity_icon_color
if typing.TYPE_CHECKING: if typing.TYPE_CHECKING:
from ayon_core.host import ( from ayon_core.host import PublishedWorkfileInfo
WorkfileInfo,
PublishedWorkfileInfo,
)
class FolderItem: class FolderItem: