From 9af277658fb2f8ca0add53d90f5ad701d72d1a6b Mon Sep 17 00:00:00 2001 From: hakan458 Date: Thu, 23 Oct 2025 16:31:38 -0700 Subject: [PATCH] feat: UTC-9999: Fake PR to trigger new FB --- label_studio/data_manager/api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/label_studio/data_manager/api.py b/label_studio/data_manager/api.py index c7cdcaae3e69..23b889be82ec 100644 --- a/label_studio/data_manager/api.py +++ b/label_studio/data_manager/api.py @@ -387,6 +387,8 @@ def get(self, request): ) ) + print(tasks.explain(analyze=True)) + tasks_by_ids = {task.id: task for task in tasks} # keep ids ordering page = [tasks_by_ids[_id] for _id in ids]