From bbc91af86cb26a25a025db0b3d63a4633798683c Mon Sep 17 00:00:00 2001 From: dvora-h <67596500+dvora-h@users.noreply.github.com> Date: Sun, 30 Oct 2022 09:48:51 +0200 Subject: Remove default None value from LMPOP (#2438) --- redis/commands/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis/commands/core.py') diff --git a/redis/commands/core.py b/redis/commands/core.py index 51f30d2..c245a7a 100644 --- a/redis/commands/core.py +++ b/redis/commands/core.py @@ -2553,7 +2553,7 @@ class ListCommands(CommandsProtocol): self, num_keys: int, *args: List[str], - direction: str = None, + direction: str, count: Optional[int] = 1, ) -> Union[Awaitable[list], list]: """ -- cgit v1.2.1