Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamazon authored Jun 16, 2024
1 parent a26a835 commit 34e723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def mget(self: TTransaction, keys: List[str]) -> TTransaction:
"""
return self.append_command(RequestType.MGet, keys)

async def touch(self: TTransaction, keys: List[str]) -> TTransaction:
def touch(self: TTransaction, keys: List[str]) -> TTransaction:
"""
Updates the last access time of specified keys.
Expand Down

0 comments on commit 34e723d

Please sign in to comment.