From 98ed50bb0e7a24e98384e55f3aee1403fdd39453 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 10 Oct 2024 21:09:44 -0400 Subject: [PATCH] Fix precommit Signed-off-by: Yuan Tang --- llama_stack/providers/adapters/inference/databricks/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/providers/adapters/inference/databricks/config.py b/llama_stack/providers/adapters/inference/databricks/config.py index bb93a0a72..ae2b056ea 100644 --- a/llama_stack/providers/adapters/inference/databricks/config.py +++ b/llama_stack/providers/adapters/inference/databricks/config.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 llama_models.schema_utils import json_schema_type from pydantic import BaseModel, Field