From c9a3f128477ead87af1c660c64d152371705b4ff Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sun, 24 May 2026 14:22:05 -0400 Subject: [PATCH] =?UTF-8?q?fix(lint):=20tag=5Fapply.py=20=E2=80=94=20one?= =?UTF-8?q?=20blank=20line=20between=20imports=20and=20module-level=20comm?= =?UTF-8?q?ent=20(ruff=20I001,=20third=20bounce=20on=20this=20rule)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- backend/app/services/migrators/tag_apply.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/services/migrators/tag_apply.py b/backend/app/services/migrators/tag_apply.py index 3152165..5db92ff 100644 --- a/backend/app/services/migrators/tag_apply.py +++ b/backend/app/services/migrators/tag_apply.py @@ -36,7 +36,6 @@ from ...models import ( from ...utils.slug import slugify from .ir_ingest import manifest_path - # Per-platform artist-profile URL — used as Source.url when restoring # IR PostMetadata into FC. Keep this table in sync with # backend/app/services/extension_service.py:_PLATFORM_PATTERNS and