From 879cb7c68bfcbd66202d6091eeb21779bc335565 Mon Sep 17 00:00:00 2001 From: Margubur Rahman Date: Sun, 15 Mar 2026 19:09:39 +0000 Subject: [PATCH] feat(storage): update comment --- google/cloud/storage/asyncio/retry/reads_resumption_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/storage/asyncio/retry/reads_resumption_strategy.py b/google/cloud/storage/asyncio/retry/reads_resumption_strategy.py index 468954332..916cc13cb 100644 --- a/google/cloud/storage/asyncio/retry/reads_resumption_strategy.py +++ b/google/cloud/storage/asyncio/retry/reads_resumption_strategy.py @@ -82,7 +82,7 @@ def update_state_from_response( ) -> None: """Processes a server response, performs integrity checks, and updates state.""" - # Capture read_handle if provided. + # Capture read_handle if provided if response.read_handle: state["read_handle"] = response.read_handle