[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-04-21 10:31:40 +00:00 committed by GitHub
parent 26c00ffd85
commit 73a1dc293f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ class _StreamsSubscription(Subscription):
# deadlock.
# Setting initial last id to `$` to signal redis that we only want new messages.
#
#
# ref: https://redis.io/docs/latest/commands/xread/#the-special--id
last_id = "$"
try: