Skip to content

Commit 4660650

Browse files
committed
Merge pull request #171 from GoogleCloudPlatform/fix-travis
Fixing lint issues, updating requirements.
2 parents bda0498 + 9f2b3cd commit 4660650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datastore/api/snippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,13 +786,13 @@ def property_by_kind_run_query(client):
786786

787787
return representations_by_property
788788

789-
def eventual_consistent_query(client):
790789

790+
def eventual_consistent_query(client):
791791
# [START eventual_consistent_query]
792792
# Read consistency cannot be specified in gcloud-python.
793793
# [END eventual_consistent_query]
794+
pass
794795

795-
return
796796

797797
def main(project_id):
798798
client = datastore.Client(project_id)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.10.1
2-
Flask-Sockets==0.1
2+
Flask-Sockets==0.2.0
33
gunicorn==19.4.5
44
requests[security]==2.9.1

0 commit comments

Comments
 (0)