Skip to content

Commit

Permalink
Bugfix. Removes an unintended line break that led to invalid JSON whi…
Browse files Browse the repository at this point in the history
…ch prevented the colab from opening.

PiperOrigin-RevId: 328934620
  • Loading branch information
brifly1 authored and Copybara-Service committed Aug 28, 2020
1 parent d9714ee commit 3c104a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cell_embedder/CellEmbedder.ipynb
Expand Up @@ -164,8 +164,8 @@
{
"output_type": "stream",
"text": [
"Go to this URL in a browser:
https://accounts.google.com/o/oauth2/auth?client_id=1234.apps.googleusercontent.com&redirect_uri=urn%3aietf%3awg%3aoauth%3a2.0%3aoob&scope=email%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdocs.test%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdrive%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdrive.photos.readonly%20https%3a%2f%2fwww.googleapis.com%2fauth%2fpeopleapi.readonly&response_type=code\n",
"Go to this URL in a browser:\n",
"https://accounts.google.com/o/oauth2/auth?client_id=1234.apps.googleusercontent.com&redirect_uri=urn%3aietf%3awg%3aoauth%3a2.0%3aoob&scope=email%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdocs.test%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdrive%20https%3a%2f%2fwww.googleapis.com%2fauth%2fdrive.photos.readonly%20https%3a%2f%2fwww.googleapis.com%2fauth%2fpeopleapi.readonly&response_type=code\n",
"\n",
"Enter your authorization code:\n",
"··········\n",
Expand Down

0 comments on commit 3c104a2

Please sign in to comment.