Skip to content

Commit

Permalink
Merge pull request #171 from GoogleCloudPlatform/fix-travis
Browse files Browse the repository at this point in the history
Fixing lint issues, updating requirements.
  • Loading branch information
waprin committed Feb 4, 2016
2 parents bda0498 + 9f2b3cd commit 4660650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions datastore/api/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/websockets/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4660650

Please sign in to comment.