Skip to content

Commit

Permalink
Remove automatic indentations from RTD colab [aesthetic]
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488616148
  • Loading branch information
xingyousong authored and copybara-github committed Nov 15, 2022
1 parent af3029b commit a13af90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/guides/user/running_vizier.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@
},
"outputs": [],
"source": [
"study_client = clients.Study.from_study_config(\n",
" study_config, owner='owner', study_id='example_study_id')"
"study_client = clients.Study.from_study_config(study_config, owner='owner', study_id='example_study_id')"
]
},
{
Expand Down Expand Up @@ -152,8 +151,7 @@
},
"outputs": [],
"source": [
"another_study_client = clients.Study.from_resource_name(\n",
" study_client.resource_name)"
"another_study_client = clients.Study.from_resource_name(study_client.resource_name)"
]
},
{
Expand Down

0 comments on commit a13af90

Please sign in to comment.