Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 34145a4

Browse files
author
Jon Wayne Parrott
authored
Update samples to support latest Google Cloud Python [(#656)](GoogleCloudPlatform/python-docs-samples#656)
1 parent 9902564 commit 34145a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

samples/snippets/list_clusters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def main(project_id, zone):
4747
result = list_clusters(dataproc, project_id)
4848
print(result)
4949

50+
5051
if __name__ == '__main__':
5152
parser = argparse.ArgumentParser(
5253
description=__doc__,

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-api-python-client==1.5.5
2-
google-cloud==0.20.0
2+
google-cloud==0.21.0

0 commit comments

Comments
 (0)