From f8e4b29a6cd8200bdbc12d71e22b6fb94851626b Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:16:08 +0100 Subject: [PATCH] remove unused import --- client/ayon_core/tools/workfiles/abstract.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/ayon_core/tools/workfiles/abstract.py b/client/ayon_core/tools/workfiles/abstract.py index b41553acc4..1b92c0d334 100644 --- a/client/ayon_core/tools/workfiles/abstract.py +++ b/client/ayon_core/tools/workfiles/abstract.py @@ -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: