"""备注范围处理。""" from __future__ import annotations def normalize_note_scope(note: str | None) -> str: return (note or "").strip()