From bcaa85778dda1718b363c5d6bd0c0b56daa8607c Mon Sep 17 00:00:00 2001 From: sreenithi <22791051+sreenithi@users.noreply.github.com> Date: Fri, 29 May 2026 14:46:52 +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 e09e71831b4eb..65ff129b47c5c 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