Skip to content

Commit

Permalink
removed unnecessary (#2959)
Browse files Browse the repository at this point in the history
Signed-off-by: Adar Ovadia <[email protected]>
Co-authored-by: Adar Ovadia <[email protected]>
  • Loading branch information
adarovadya and Adar Ovadia authored Jan 16, 2025
1 parent dbb83b6 commit e75efa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion node/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion python/python/glide/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e75efa8

Please sign in to comment.