From 6d7116c090c1e142583feec939c7c9a59d8d943d Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 27 May 2026 20:37:06 -0400 Subject: [PATCH] =?UTF-8?q?fix(platforms):=20ruff=20I001=20in=20base.py=20?= =?UTF-8?q?=E2=80=94=20one=20blank=20line=20between=20imports=20and=20modu?= =?UTF-8?q?le-level=20constant=20(was=20two)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/services/platforms/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/services/platforms/base.py b/backend/app/services/platforms/base.py index a700871..8a626b7 100644 --- a/backend/app/services/platforms/base.py +++ b/backend/app/services/platforms/base.py @@ -16,7 +16,6 @@ from collections.abc import Callable from dataclasses import dataclass from typing import Literal - # Sidecar parsing defaults. Per-platform PlatformInfo entries can # override these by setting `external_post_id_keys=` / # `description_keys=`. Most don't need to — the defaults already cover