mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
run trunk check
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user