From 69edceb2f00655b42e986e0b9c104dbe21faac30 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Thu, 13 Aug 2026 15:36:03 +0000 Subject: [PATCH] style: auto-format with black + isort + prettier [skip ci-format-check] --- alembic/versions/056_fix_cover_templates_config.py | 1 + 1 file changed, 1 insertion(+) 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"