This commit is contained in:
yiyi@huggingface.co
2026-02-14 22:38:16 +00:00
parent e3e99bbdc3
commit 224904b771

View File

@@ -724,7 +724,7 @@ class ConditionalPipelineBlocks(ModularPipelineBlocks):
logger.error(error_msg)
raise
def get_execution_blocks(self, **kwargs) -> "ModularPipelineBlocks" | None:
def get_execution_blocks(self, **kwargs) -> ModularPipelineBlocks | None:
"""
Get the block(s) that would execute given the inputs.