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.
2 parents bda0498 + 9f2b3cd commit 4660650Copy full SHA for 4660650
datastore/api/snippets.py
@@ -786,13 +786,13 @@ def property_by_kind_run_query(client):
786
787
return representations_by_property
788
789
-def eventual_consistent_query(client):
790
+def eventual_consistent_query(client):
791
# [START eventual_consistent_query]
792
# Read consistency cannot be specified in gcloud-python.
793
# [END eventual_consistent_query]
794
+ pass
795
- return
796
797
def main(project_id):
798
client = datastore.Client(project_id)
managed_vms/websockets/requirements.txt
@@ -1,4 +1,4 @@
1
Flask==0.10.1
2
-Flask-Sockets==0.1
+Flask-Sockets==0.2.0
3
gunicorn==19.4.5
4
requests[security]==2.9.1
0 commit comments