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

Commit 80f6cad

Browse files
author
Jon Wayne Parrott
authored
1 parent 813a8b8 commit 80f6cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/create_cluster_and_submit_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import os
1818

1919
from apiclient import discovery
20-
from gcloud import storage
20+
from google.cloud import storage
2121
from oauth2client.client import GoogleCredentials
2222

2323
# Currently only the "global" region is supported

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.3
2-
gcloud==0.18.3
2+
google-cloud==0.20.0

0 commit comments

Comments
 (0)