From d9c4d315ada59ecf2214c65d665c56bc7625bb53 Mon Sep 17 00:00:00 2001 From: sreenithi <22791051+sreenithi@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:10:37 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- src/python/grpcio/grpc/aio/_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/grpcio/grpc/aio/_channel.py b/src/python/grpcio/grpc/aio/_channel.py index a61c7a9d8c598..e95ed7ca1e05c 100644 --- a/src/python/grpcio/grpc/aio/_channel.py +++ b/src/python/grpcio/grpc/aio/_channel.py @@ -15,8 +15,8 @@ import asyncio import sys -import weakref from typing import Any, Iterable, List, Optional, Sequence +import weakref import grpc from grpc import _common