fix(platforms): ruff I001 in base.py — one blank line between imports and module-level constant (was two)

This commit is contained in:
2026-05-27 20:37:06 -04:00
parent b447c42853
commit 6d7116c090
-1
View File
@@ -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