chore(derivation): type unit partition solution step operand
This commit is contained in:
parent
f72271b69e
commit
cdbc30d3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class SolutionStep:
|
|||
operation_kind: str
|
||||
pack_lemma_id: str
|
||||
actor: str
|
||||
operand: "Quantity | Rate | Comparison"
|
||||
operand: "Quantity | Rate | Comparison | PartitionChunk"
|
||||
target: str | None
|
||||
before_value: float
|
||||
after_value: float
|
||||
|
|
|
|||
Loading…
Reference in a new issue