From e6023c16364e98507b00e46573783a3bdf544948 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 29 Oct 2025 11:04:25 -0700 Subject: [PATCH] style: fix import ordering --- src/llama_stack/core/routing_tables/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama_stack/core/routing_tables/models.py b/src/llama_stack/core/routing_tables/models.py index 065c20db5..c0dc8482a 100644 --- a/src/llama_stack/core/routing_tables/models.py +++ b/src/llama_stack/core/routing_tables/models.py @@ -13,7 +13,7 @@ from llama_stack.core.datatypes import ( ModelWithOwner, RegistryEntrySource, ) -from llama_stack.core.request_headers import NeedsRequestProviderData, PROVIDER_DATA_VAR +from llama_stack.core.request_headers import PROVIDER_DATA_VAR, NeedsRequestProviderData from llama_stack.log import get_logger from .common import CommonRoutingTableImpl, lookup_model