From 320b2fcedb871e4ade71c0b0411e9aa16bc57efa Mon Sep 17 00:00:00 2001 From: CI Bot Date: Mon, 31 Aug 2026 10:51:06 +0000 Subject: [PATCH] style: auto-format with black + isort + prettier [skip ci-format-check] --- .../versions/060_migrate_template_segments_to_clip_configs.py | 1 + tests/unit/test_unify_template_segments.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/alembic/versions/060_migrate_template_segments_to_clip_configs.py b/alembic/versions/060_migrate_template_segments_to_clip_configs.py index d3800f5c2..539ab3f42 100644 --- a/alembic/versions/060_migrate_template_segments_to_clip_configs.py +++ b/alembic/versions/060_migrate_template_segments_to_clip_configs.py @@ -12,6 +12,7 @@ import json import uuid import sqlalchemy as sa + from alembic import op revision = "060_migrate_segments" diff --git a/tests/unit/test_unify_template_segments.py b/tests/unit/test_unify_template_segments.py index 5224cd1a8..9fadd730b 100644 --- a/tests/unit/test_unify_template_segments.py +++ b/tests/unit/test_unify_template_segments.py @@ -1,8 +1,10 @@ """Tests for unified template segments (read from template_clip_configs).""" import uuid + <<<<<<< Updated upstream from unittest.mock import MagicMock + ======= >>>>>>> Stashed changes