diff --git a/datastore/api/snippets.py b/datastore/api/snippets.py index 0ad71713e3fa..e3239a726415 100644 --- a/datastore/api/snippets.py +++ b/datastore/api/snippets.py @@ -786,13 +786,13 @@ def property_by_kind_run_query(client): return representations_by_property -def eventual_consistent_query(client): +def eventual_consistent_query(client): # [START eventual_consistent_query] # Read consistency cannot be specified in gcloud-python. # [END eventual_consistent_query] + pass - return def main(project_id): client = datastore.Client(project_id) diff --git a/managed_vms/websockets/requirements.txt b/managed_vms/websockets/requirements.txt index c88e50c63e2e..1e9c53946991 100644 --- a/managed_vms/websockets/requirements.txt +++ b/managed_vms/websockets/requirements.txt @@ -1,4 +1,4 @@ Flask==0.10.1 -Flask-Sockets==0.1 +Flask-Sockets==0.2.0 gunicorn==19.4.5 requests[security]==2.9.1