Skip to content

Commit

Permalink
Remove some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Feb 5, 2025
1 parent 269d6cb commit 207965b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cvat/apps/quality_control/quality_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 207965b

Please sign in to comment.