style: restore PEP8 blank-line separation after dead-code removal

The deletions in the salvaged commit left some top-level defs/classes
separated by a single blank line. Restore the 2-blank-line separation.
This commit is contained in:
teknium1 2026-05-29 04:10:07 -07:00 committed by Teknium
parent dc235e93cb
commit ddaf2f6712
13 changed files with 30 additions and 0 deletions

View file

@ -256,6 +256,8 @@ def _schedule_auto_delete(urls: list[str], delay_seconds: int = _AUTO_DELETE_SEC
policy handles cleanup.
"""
_record_pending(urls, delay_seconds=delay_seconds)
def _upload_paste_rs(content: str) -> str:
"""Upload to paste.rs. Returns the paste URL.