Skip to content

Commit 08ec37b

Browse files
authored
example: remove global cli from google example
1 parent 7c5b873 commit 08ec37b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/google-cloud-storage/google-cloud-storage.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def run(self):
8282
"""
8383
Run the repo task, uploading the data and taking a pause if needed.
8484
"""
85-
global cli
86-
8785
# First check that it doesn't already exist
8886
bucket_name = self.bucket.replace("gs://", "")
8987
bucket_name, bucket_subdir = bucket_name.split("/", 1)
@@ -190,8 +188,6 @@ def main():
190188
if not os.path.exists(args.containers):
191189
sys.exit(f"Path {args.containers} does not exist.")
192190

193-
global cli
194-
195191
# Create the root to install to
196192
print(f"Containers and modules will install to {args.root}")
197193
if not os.path.exists(args.root):

0 commit comments

Comments
 (0)