Skip to content

Commit

Permalink
Fixed formated issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yipin-chen committed Jun 25, 2024
1 parent a2d664c commit 2e2f075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/cluster_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ async def copy(
bool,
await self._execute_command(RequestType.Copy, args),
)

async def lolwut(
self,
version: Optional[int] = None,
Expand Down
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/standalone_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,4 @@ async def lolwut(
return cast(
str,
await self._execute_command(RequestType.Lolwut, args),
)
)

0 comments on commit 2e2f075

Please sign in to comment.