aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/tests/interop/_insecure_interop_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio/tests/interop/_insecure_interop_test.py')
-rw-r--r--src/python/grpcio/tests/interop/_insecure_interop_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/tests/interop/_insecure_interop_test.py b/src/python/grpcio/tests/interop/_insecure_interop_test.py
index 00b49aba37..91519b6fba 100644
--- a/src/python/grpcio/tests/interop/_insecure_interop_test.py
+++ b/src/python/grpcio/tests/interop/_insecure_interop_test.py
@@ -32,11 +32,11 @@
import unittest
from grpc.beta import implementations
+from src.proto.grpc.testing import test_pb2
from tests.interop import _interop_test_case
from tests.interop import methods
from tests.interop import server
-from tests.interop import test_pb2
class InsecureInteropTest(