mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
style: fix import ordering
This commit is contained in:
parent
de6072fda7
commit
e6023c1636
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue