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