From 9016f7a38450fe54972c4b5cf28f63ec4af26ed6 Mon Sep 17 00:00:00 2001 From: Katlyn Edwards Date: Fri, 20 Oct 2023 16:50:41 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 575349318 --- google/colab/userdata.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/google/colab/userdata.py b/google/colab/userdata.py index 28ca25c8..0fe2aa6d 100644 --- a/google/colab/userdata.py +++ b/google/colab/userdata.py @@ -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', '')