From 207965b0470b9dc42f608acdc6cc6ddb64edd9f5 Mon Sep 17 00:00:00 2001 From: Maxim Zhiltsov Date: Wed, 5 Feb 2025 19:37:15 +0200 Subject: [PATCH] Remove some unused code --- cvat/apps/quality_control/quality_reports.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cvat/apps/quality_control/quality_reports.py b/cvat/apps/quality_control/quality_reports.py index b49cadcc015a..99b950586008 100644 --- a/cvat/apps/quality_control/quality_reports.py +++ b/cvat/apps/quality_control/quality_reports.py @@ -2441,11 +2441,6 @@ def _compute_reports(self, task_id: int) -> int: return task_report.id - def _get_current_job(self): - from rq import get_current_job - - return get_current_job() - def _compute_task_report( self, task: Task, job_reports: dict[int, ComparisonReport] ) -> ComparisonReport: