From 912850b6f41e74dc3be93b41113bd1c53331241d Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Fri, 9 Dec 2022 18:09:10 -0800 Subject: [PATCH] Fix python breakage from bad export PiperOrigin-RevId: 494305314 --- python/google/protobuf/internal/text_format_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/google/protobuf/internal/text_format_test.py b/python/google/protobuf/internal/text_format_test.py index 556b7ec5a1be..8d15f01b9065 100644 --- a/python/google/protobuf/internal/text_format_test.py +++ b/python/google/protobuf/internal/text_format_test.py @@ -41,7 +41,7 @@ from google.protobuf import any_pb2 from google.protobuf import struct_pb2 -from google3.net.proto2.proto import descriptor_pb2 +from google.protobuf import descriptor_pb2 from google.protobuf.internal import any_test_pb2 as test_extend_any from google.protobuf.internal import api_implementation from google.protobuf.internal import message_set_extensions_pb2