Skip to content

Commit c7a7208

Browse files
committed
Updated to address review comments
1 parent fea26be commit c7a7208

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/coherence/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ async def is_ready(self) -> bool:
525525
partitioned cache service that owns this cache has no storage-enabled
526526
members.
527527
528-
:return: `true`if this map is ready to be used.
528+
:return: `true` if this map is ready to be used.
529529
"""
530530

531531
@abc.abstractmethod
@@ -870,8 +870,6 @@ async def is_ready(self) -> bool:
870870
"Please upgrade to a version that supports this operation."
871871
) from e
872872
raise # Re-raise all other gRPC errors
873-
except Exception as e:
874-
raise RuntimeError("An unexpected error occurred in is_ready()") from e
875873

876874
@_pre_call_cache
877875
async def size(self) -> int:

0 commit comments

Comments
 (0)