Skip to content

Commit e75efa8

Browse files
adarovadyaAdar Ovadia
andauthored
removed unnecessary (valkey-io#2959)
Signed-off-by: Adar Ovadia <adarov@amazon.com> Co-authored-by: Adar Ovadia <adarov@amazon.com>
1 parent dbb83b6 commit e75efa8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

node/src/BaseClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ export class BaseClient {
744744
private readonly pubsubFutures: [PromiseFunction, ErrorFunction][] = [];
745745
private pendingPushNotification: response.Response[] = [];
746746
private readonly inflightRequestsLimit: number;
747-
private readonly clientAz: string | undefined;
748747
private config: BaseClientConfiguration | undefined;
749748

750749
protected configurePubsub(

python/python/glide/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def __init__(
209209

210210
if read_from == ReadFrom.AZ_AFFINITY and not client_az:
211211
raise ValueError(
212-
"client_az mus t be set when read_from is set to AZ_AFFINITY"
212+
"client_az must be set when read_from is set to AZ_AFFINITY"
213213
)
214214

215215
def _create_a_protobuf_conn_request(

0 commit comments

Comments
 (0)