We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a76cf9 commit 44a5dcbCopy full SHA for 44a5dcb
src/pdl/pdl_granite_io.py
@@ -26,7 +26,7 @@ def processor_of_block(block: GraniteioModelBlock):
26
processor = value_of_expr(block.processor)
27
if isinstance(processor, InputOutputProcessor):
28
return processor
29
- model = value_of_expr(block.model)
+ model: str = value_of_expr(block.model)
30
backend = value_of_expr(block.backend)
31
assert isinstance(model, str), f"The model should be a string: {model}"
32
match backend:
0 commit comments