mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
pyparsing -> typing
This commit is contained in:
parent
2b7f5d845e
commit
6cb1e62c97
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
|||
# the root directory of this source tree.
|
||||
|
||||
from collections.abc import AsyncGenerator
|
||||
|
||||
from pyparsing import Any
|
||||
from typing import Any
|
||||
|
||||
from llama_stack.apis.inference import (
|
||||
InferenceProvider,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue