From bc58bbf94c24e9297fbe8deae6aac07abe8b6c65 Mon Sep 17 00:00:00 2001 From: Sumit Jaiswal Date: Thu, 29 May 2025 02:16:29 +0530 Subject: [PATCH] remove unused asyncio lib --- llama_stack/providers/remote/inference/watsonx/watsonx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/providers/remote/inference/watsonx/watsonx.py b/llama_stack/providers/remote/inference/watsonx/watsonx.py index e71b30da8..b7ba98c4b 100644 --- a/llama_stack/providers/remote/inference/watsonx/watsonx.py +++ b/llama_stack/providers/remote/inference/watsonx/watsonx.py @@ -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