diff --git a/alembic/versions/056_fix_cover_templates_config.py b/alembic/versions/056_fix_cover_templates_config.py index ad09665bb..820dafb9d 100644 --- a/alembic/versions/056_fix_cover_templates_config.py +++ b/alembic/versions/056_fix_cover_templates_config.py @@ -11,6 +11,7 @@ Create Date: 2026-08-13 """ import sqlalchemy as sa + from alembic import op revision = "056_fix_cover_templates_config"