From 0040a6731182834a06946cc4b0e9ebb02ac59c20 Mon Sep 17 00:00:00 2001 From: henribru <6639509+henribru@users.noreply.github.com> Date: Sun, 28 Feb 2021 14:24:30 +0100 Subject: [PATCH] Fix import path --- google-stubs/longrunning/operations_pb2_grpc.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-stubs/longrunning/operations_pb2_grpc.pyi b/google-stubs/longrunning/operations_pb2_grpc.pyi index 520c173..c0cf55a 100644 --- a/google-stubs/longrunning/operations_pb2_grpc.pyi +++ b/google-stubs/longrunning/operations_pb2_grpc.pyi @@ -6,7 +6,7 @@ import abc import google.protobuf.empty_pb2 import grpc -from .operations_pb2 import * +from .operations_proto_pb2 import * class OperationsStub: def __init__(self, channel: grpc.Channel) -> None: ...