From f613529eb92b3d8de9a7057e5f94cfe765b7035b Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 21 Aug 2021 18:09:58 +0100 Subject: [PATCH] Give up --- aioredis/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aioredis/client.py b/aioredis/client.py index 6ea3f5746..2e53d8e54 100644 --- a/aioredis/client.py +++ b/aioredis/client.py @@ -4476,7 +4476,7 @@ def pipeline_execute_command(self, *args, **options): self.command_stack.append((args, options)) return self - async def _execute_transaction( + async def _execute_transaction( # noqa: C901 self, connection: Connection, commands: CommandStackT, raise_on_error ): pre: CommandT = (("MULTI",), {})