From 1e31e610e70affc693d8af4f1539c87b73427c76 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Thu, 5 Dec 2019 19:45:56 -0800 Subject: [PATCH] Remove a useless line --- src/python/grpcio_tests/tests_aio/unit/_test_server.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/python/grpcio_tests/tests_aio/unit/_test_server.py b/src/python/grpcio_tests/tests_aio/unit/_test_server.py index 41648da378c..1aa3e76c657 100644 --- a/src/python/grpcio_tests/tests_aio/unit/_test_server.py +++ b/src/python/grpcio_tests/tests_aio/unit/_test_server.py @@ -21,8 +21,6 @@ from src.proto.grpc.testing import messages_pb2 from src.proto.grpc.testing import test_pb2_grpc from tests.unit.framework.common import test_constants -_US_IN_A_SECOND = 1000 * 1000 - class _TestServiceServicer(test_pb2_grpc.TestServiceServicer):