Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe <[email protected]>
  • Loading branch information
cyip10 committed Nov 28, 2024
1 parent a1b8e95 commit 71037e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/python/json_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ async def app_logic(client: TGlideClient):
client (TGlideClient): An instance of GlideClient.
"""

# TODO: test against memory db instance

json_value = {"a": 1.0, "b": 2}
# Send SET and GET
set_response = await json.set(client, "key", "$")
Expand Down

0 comments on commit 71037e0

Please sign in to comment.