mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-17 15:13:49 +00:00
fix linter errors
This commit is contained in:
parent
52344391b9
commit
8ff1b3af13
4 changed files with 9 additions and 11 deletions
|
@ -16,8 +16,9 @@ from llama_stack.providers.utils.kvstore import KVStore
|
|||
|
||||
|
||||
class DistributionRegistry(Protocol):
|
||||
|
||||
|
||||
async def get(self, identifier: str) -> [RoutableObjectWithProvider]: ...
|
||||
|
||||
# The current data structure allows multiple objects with the same identifier but different providers.
|
||||
# This is not ideal - we should have a single object that can be served by multiple providers,
|
||||
# suggesting a data structure like (obj: Obj, providers: List[str]) rather than List[RoutableObjectWithProvider].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue