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: