Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575349318
  • Loading branch information
katlyn-edwards authored and colaboratory-team committed Oct 21, 2023
1 parent 4bac8ed commit 9016f7a
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 9016f7a

Please sign in to comment.