From 2e9e831fce8a61dc97867949a0257742581b842c Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 13 Mar 2025 19:33:01 -0700 Subject: [PATCH] pre --- llama_stack/apis/providers/providers.py | 2 +- llama_stack/distribution/providers.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/llama_stack/apis/providers/providers.py b/llama_stack/apis/providers/providers.py index 4c4034cd5..83d03d7c1 100644 --- a/llama_stack/apis/providers/providers.py +++ b/llama_stack/apis/providers/providers.py @@ -4,7 +4,7 @@ # This source code is licensed under the terms described in the LICENSE file in # the root directory of this source tree. -from typing import Any, Dict, List, Optional, Protocol, runtime_checkable +from typing import Any, Dict, List, Protocol, runtime_checkable from pydantic import BaseModel diff --git a/llama_stack/distribution/providers.py b/llama_stack/distribution/providers.py index ae4c9f7c3..fb2476767 100644 --- a/llama_stack/distribution/providers.py +++ b/llama_stack/distribution/providers.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. -from typing import Optional from pydantic import BaseModel