Skip to content

Commit

Permalink
Fix proto path
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Dec 4, 2023
1 parent 037325d commit 147735d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/rpc/grpc_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
from grpc_health.v1 import health_pb2_grpc

import framework.rpc
from protos import empty_pb2
from protos import messages_pb2
from protos import test_pb2_grpc
from protos.grpc.testing import empty_pb2
from protos.grpc.testing import messages_pb2
from protos.grpc.testing import test_pb2_grpc

# Type aliases
_LoadBalancerStatsRequest = messages_pb2.LoadBalancerStatsRequest
Expand Down

0 comments on commit 147735d

Please sign in to comment.