pyparsing -> typing

This commit is contained in:
Matthew Farrellee 2025-10-01 11:29:41 -04:00
parent 2b7f5d845e
commit 6cb1e62c97

View file

@ -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,