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.
1 parent e2e0db3 commit bc6000fCopy full SHA for bc6000f
bigquery/api/list_datasets_projects.py
@@ -47,7 +47,6 @@ def list_datasets(bigquery, project):
47
# [START list_projects]
48
def list_projects(bigquery):
49
try:
50
- # Start training on a data set
51
projects = bigquery.projects()
52
list_reply = projects.list().execute()
53
0 commit comments