Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 8, 2024
1 parent 07b2c54 commit fcb9a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fakeredis/aioredis.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _decode_error(self, error):
parser = DefaultParser(1)
return parser.parse_error(error.value)

def put_response(self, msg:Any) -> None:
def put_response(self, msg: Any) -> None:
if not self.responses:
return
self.responses.put_nowait(msg)
Expand Down

0 comments on commit fcb9a2a

Please sign in to comment.