Skip to content

Commit

Permalink
Fix backwards compatibility from 4.3.2 (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h authored Jun 27, 2022
1 parent e85fe3b commit e9c2852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redis/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def __exit__(

def acquire(
self,
*,
sleep: Optional[Number] = None,
blocking: Optional[bool] = None,
blocking_timeout: Optional[Number] = None,
Expand Down

0 comments on commit e9c2852

Please sign in to comment.