INTERNAL_CHANGE

Signed-off-by: Troy Wang <troywang@google.com>
PiperOrigin-RevId: 492365076
diff --git a/src/google/protobuf/compiler/python/pyi_generator.cc b/src/google/protobuf/compiler/python/pyi_generator.cc
index 607a054..3976e90 100644
--- a/src/google/protobuf/compiler/python/pyi_generator.cc
+++ b/src/google/protobuf/compiler/python/pyi_generator.cc
@@ -246,7 +246,7 @@
       printer_->Print(
           "from google3.net.rpc.python import proto_python_api_2_stub as "
           "_proto_python_api_2_stub\n"
-          "from google3.net.rpc.python import pywraprpc as _pywraprpc\n"
+          "from google3.net.rpc.python import _pywraprpc as _pywraprpc\n"
           "from google3.net.rpc.python import rpcserver as _rpcserver\n");
     }
   }