Skip to content

Commit bbc91af

Browse files
authored
Remove default None value from LMPOP (#2438)
1 parent 9f3791f commit bbc91af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ def lmpop(
25532553
self,
25542554
num_keys: int,
25552555
*args: List[str],
2556-
direction: str = None,
2556+
direction: str,
25572557
count: Optional[int] = 1,
25582558
) -> Union[Awaitable[list], list]:
25592559
"""

0 commit comments

Comments
 (0)