From 08738c9784c15fac155f0b732e38d6479232bba0 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Tue, 11 Nov 2025 11:22:27 -0500 Subject: [PATCH] run trunk check --- backend/alembic/versions/0025_roms_hashes.py | 5 ----- backend/alembic/versions/0033_rom_file_and_hashes.py | 4 ---- 2 files changed, 9 deletions(-) diff --git a/backend/alembic/versions/0025_roms_hashes.py b/backend/alembic/versions/0025_roms_hashes.py index 2a0830fdf..90c725c9d 100644 --- a/backend/alembic/versions/0025_roms_hashes.py +++ b/backend/alembic/versions/0025_roms_hashes.py @@ -9,11 +9,6 @@ Create Date: 2024-08-11 21:50:53.301352 import sqlalchemy as sa from alembic import op -from config import IS_PYTEST_RUN, SCAN_TIMEOUT -from endpoints.sockets.scan import scan_platforms -from handler.redis_handler import high_prio_queue -from handler.scan_handler import ScanType - # revision identifiers, used by Alembic. revision = "0025_roms_hashes" down_revision = "0024_sibling_roms_db_view" diff --git a/backend/alembic/versions/0033_rom_file_and_hashes.py b/backend/alembic/versions/0033_rom_file_and_hashes.py index edc73f108..7adb3b56e 100644 --- a/backend/alembic/versions/0033_rom_file_and_hashes.py +++ b/backend/alembic/versions/0033_rom_file_and_hashes.py @@ -10,10 +10,6 @@ import sqlalchemy as sa from alembic import op from sqlalchemy.dialects.postgresql import ENUM -from config import IS_PYTEST_RUN, SCAN_TIMEOUT -from endpoints.sockets.scan import scan_platforms -from handler.redis_handler import high_prio_queue -from handler.scan_handler import ScanType from utils.database import CustomJSON, is_postgresql # revision identifiers, used by Alembic.