Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 576034889
  • Loading branch information
katlyn-edwards authored and colaboratory-team committed Oct 24, 2023
1 parent 4e56a62 commit b225d20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google/colab/userdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ def get(key):
)
access = resp.get('access', False)
if not access:
# TODO(b/294619193): Open the user secrets pane so that they can grant
# access.
raise NotebookAccessError(key)
return resp.get('payload', '')

0 comments on commit b225d20

Please sign in to comment.