Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-bartscher committed Nov 29, 2024
1 parent 15f1411 commit dec1ab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reflex/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -3445,7 +3445,6 @@ async def _wait_lock(self, lock_key: bytes, lock_id: bytes) -> None:
Raises:
ResponseError: when the keyspace config cannot be set.
"""
state_is_locked = False
lock_key_channel = f"__keyspace@0__:{lock_key.decode()}"
# Enable keyspace notifications for the lock key, so we know when it is available.
try:
Expand Down

0 comments on commit dec1ab1

Please sign in to comment.