reorganize imports

removing unused imports
This commit is contained in:
2025-09-17 17:12:16 +02:00
parent e549fae3f6
commit 2ae1e2058d
2 changed files with 13 additions and 4 deletions

View File

@@ -14,10 +14,8 @@ Tables:
"""
from datetime import datetime, UTC
import os
from typing import Optional, Dict, Any, List
from web.utils import (
get_url_from_filename,
get_color_from_string,
url_to_job_id,
normalize_job_id,