From c499d9cb8ec7abda315482b6131b8c74520cd660 Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Thu, 4 Aug 2016 17:02:54 -0700 Subject: [PATCH] Remove stray comment (This comment looks like it doesn't belong here.) --- bigquery/api/list_datasets_projects.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bigquery/api/list_datasets_projects.py b/bigquery/api/list_datasets_projects.py index a4a6c00e4b5..f13b21016c5 100755 --- a/bigquery/api/list_datasets_projects.py +++ b/bigquery/api/list_datasets_projects.py @@ -47,7 +47,6 @@ def list_datasets(bigquery, project): # [START list_projects] def list_projects(bigquery): try: - # Start training on a data set projects = bigquery.projects() list_reply = projects.list().execute()