We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc3c0c commit cc24dbdCopy full SHA for cc24dbd
datastore/cloud-ndb/quickstart.py
@@ -13,7 +13,6 @@
13
# limitations under the License.
14
15
# [START datastore_quickstart_python]
16
-# [START ndb_context_usage]
17
# [START ndb_import]
18
from google.cloud import ndb
19
@@ -35,7 +34,6 @@ def list_books():
35
34
print(book.to_dict())
36
37
38
-# [END ndb_context_usage]
39
# [END datastore_quickstart_python]
40
41
if __name__ == "__main__":
0 commit comments