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