From d81f6eaa3e7fe4504e0f7684cb0347c8993e8387 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:08:42 +0200 Subject: [PATCH] remove unused import --- client/ayon_core/plugins/loader/delivery.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/ayon_core/plugins/loader/delivery.py b/client/ayon_core/plugins/loader/delivery.py index 1ac1c465dc..5141bb1d3b 100644 --- a/client/ayon_core/plugins/loader/delivery.py +++ b/client/ayon_core/plugins/loader/delivery.py @@ -15,7 +15,6 @@ from ayon_core.pipeline import Anatomy from ayon_core.pipeline.actions import ( LoaderSimpleActionPlugin, LoaderActionSelection, - LoaderActionItem, LoaderActionResult, ) from ayon_core.pipeline.load import get_representation_path_with_anatomy