From 479b7b54da8fda631e869b00345fae037d135739 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 17 Jun 2026 16:19:12 -0400 Subject: [PATCH] style(subscribestar): drop quoted forward-ref annotation (UP037) Co-Authored-By: Claude Opus 4.8 --- backend/app/services/subscribestar_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/services/subscribestar_client.py b/backend/app/services/subscribestar_client.py index 43f07f5..47eba1e 100644 --- a/backend/app/services/subscribestar_client.py +++ b/backend/app/services/subscribestar_client.py @@ -199,7 +199,7 @@ def _extract_content(chunk: str) -> str: def _attachment_item( frag: str, base: str, post_id: str, *, kind: str, title_marker: str, url_attr: str -) -> "MediaItem | None": +) -> MediaItem | None: """One doc/audio attachment from its preview block — gallery-dl's `_media_from_post` attachment/audio fields. `url_attr` is the URL-bearing attribute (`href="` for docs, `src="` for audio); `title_marker` precedes the