diff --git a/src/python/grpcio_tests/tests_aio/unit/_metadata_test.py b/src/python/grpcio_tests/tests_aio/unit/_metadata_test.py index 4b63ed92107..dda58c5ed53 100644 --- a/src/python/grpcio_tests/tests_aio/unit/_metadata_test.py +++ b/src/python/grpcio_tests/tests_aio/unit/_metadata_test.py @@ -15,7 +15,7 @@ import logging import unittest -from grpc.experimental.aio._metadata import Metadata +from grpc.experimental.aio import Metadata class TestTypeMetadata(unittest.TestCase):