From 1f76114d60855be2ecf39f81824b933b4e1a3aed Mon Sep 17 00:00:00 2001 From: jeff-shepherd <39775772+jeff-shepherd@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:19:33 -0700 Subject: [PATCH] Ignore google.protobuf message (#3408) --- .github/test/scripts/check_notebook_output.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/test/scripts/check_notebook_output.py b/.github/test/scripts/check_notebook_output.py index e5ba49abe7..5d46fffeaf 100644 --- a/.github/test/scripts/check_notebook_output.py +++ b/.github/test/scripts/check_notebook_output.py @@ -81,6 +81,7 @@ "google.protobuf.service module is deprecated. RPC implementations should provide code generator plugins " "which generate code specific to the RPC implementation. service.py will be removed in Jan 2025" ), + "from google.protobuf import service as _service", ] with open(full_name, "r") as notebook_file: