Skip to content

Commit

Permalink
Changed Return Type of json_debug function
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Awawdi <Mawawdi@amazon.com>
  • Loading branch information
Muhammad-awawdi-amazon committed Oct 22, 2024
1 parent a46fccd commit 2c47264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/server_modules/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ async def debug(
if path:
args.append(path)

return cast(Optional[Union[bytes, List[bytes]]], await client.custom_command(args))
return cast(Optional[Union[int, List[int]]], await client.custom_command(args))


async def delete(
Expand Down

0 comments on commit 2c47264

Please sign in to comment.