mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
clean
This commit is contained in:
parent
2daecd34f1
commit
0a98415e25
3 changed files with 1 additions and 7 deletions
|
|
@ -52,7 +52,6 @@ class CelerySchedulerConfig(SchedulerConfig):
|
|||
)
|
||||
|
||||
|
||||
# Union type for all scheduler configs with discriminator
|
||||
SchedulerConfigUnion = Annotated[
|
||||
InlineSchedulerConfig | CelerySchedulerConfig,
|
||||
Field(discriminator="type"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue