Skip to content

Commit e2ca983

Browse files
Update redis/client.py
Co-authored-by: Copilot <[email protected]>
1 parent fe17d7a commit e2ca983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ def is_health_check_response(self, response) -> bool:
10141014
response
10151015
in [
10161016
self.health_check_response, # If there is a subscription
1017-
self.HEALTH_CHECK_MESSAGE, # If there is no subscriptions and decode_responses=True
1017+
self.HEALTH_CHECK_MESSAGE, # If there are no subscriptions and decode_responses=True
10181018
]
10191019
)
10201020
else:

0 commit comments

Comments
 (0)