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.