π Adding Knowledge blocks #113
Annotations
2 errors and 4 warnings
|
|
src/instructlab/sdg/utilblocks.py#L14
W0231: __init__ method from base class 'Block' is not called (super-init-not-called)
|
src/instructlab/sdg/llmblock.py#L146
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
src/instructlab/sdg/llmblock.py#L194
W0221: Number of parameters was 2 in 'Block._validate' and is now 3 in overriding 'ConditionalLLMBlock._validate' method (arguments-differ)
|
src/instructlab/sdg/llmblock.py#L3
W0611: Unused Union imported from typing (unused-import)
|
This job failed
Loading