Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Give up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Aug 21, 2021
1 parent ae2dfa6 commit f613529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioredis/client.py
Expand Up @@ -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",), {})
Expand Down

0 comments on commit f613529

Please sign in to comment.