remove unused asyncio lib

This commit is contained in:
Sumit Jaiswal 2025-05-29 02:16:29 +05:30
parent 2e81a8f020
commit bc58bbf94c
No known key found for this signature in database
GPG key ID: A4604B39D64D6AEC

View file

@ -4,7 +4,6 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
import asyncio
from collections.abc import AsyncGenerator, AsyncIterator
from typing import Any