From 9f2b3cdd1a6a21fe55a0966c4d70e72cdb640773 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Thu, 4 Feb 2016 11:33:54 -0800 Subject: [PATCH] Fixing lint issues, updating requirements. --- datastore/api/snippets.py | 4 ++-- managed_vms/websockets/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datastore/api/snippets.py b/datastore/api/snippets.py index 0ad71713e3f..e3239a72641 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 c88e50c63e2..1e9c5394699 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