From e75efa89943b180073b46867f51276579f64427b Mon Sep 17 00:00:00 2001 From: adarovadya Date: Thu, 16 Jan 2025 12:57:56 +0200 Subject: [PATCH] removed unnecessary (#2959) Signed-off-by: Adar Ovadia Co-authored-by: Adar Ovadia --- node/src/BaseClient.ts | 1 - python/python/glide/config.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/node/src/BaseClient.ts b/node/src/BaseClient.ts index 61c2681d36..025d0218bf 100644 --- a/node/src/BaseClient.ts +++ b/node/src/BaseClient.ts @@ -744,7 +744,6 @@ export class BaseClient { private readonly pubsubFutures: [PromiseFunction, ErrorFunction][] = []; private pendingPushNotification: response.Response[] = []; private readonly inflightRequestsLimit: number; - private readonly clientAz: string | undefined; private config: BaseClientConfiguration | undefined; protected configurePubsub( diff --git a/python/python/glide/config.py b/python/python/glide/config.py index 94b3822ad6..9ee018d2a4 100644 --- a/python/python/glide/config.py +++ b/python/python/glide/config.py @@ -209,7 +209,7 @@ def __init__( if read_from == ReadFrom.AZ_AFFINITY and not client_az: raise ValueError( - "client_az mus t be set when read_from is set to AZ_AFFINITY" + "client_az must be set when read_from is set to AZ_AFFINITY" ) def _create_a_protobuf_conn_request(