Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed Dec 1, 2022
1 parent 687775e commit 5736cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/snippets/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def count_query_with_stale_read(client):

task1 = datastore.Entity(client.key("Task", "task1"))
task2 = datastore.Entity(client.key("Task", "task2"))
task3 = datastore.Entity(client.key("Task", "task3"))

# Saving two tasks
task1["done"] = True
Expand Down

0 comments on commit 5736cc6

Please sign in to comment.