Skip to content

Commit

Permalink
fix: correctly use final
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jan 11, 2024
1 parent 49aa1fc commit a51c260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbrkit/retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def build(

@dataclass
class Result(Generic[KeyType, ValueType, SimType]):
_final: _Result[KeyType, ValueType, SimType]
final: _Result[KeyType, ValueType, SimType]
intermediate: list[_Result[KeyType, ValueType, SimType]]

def __init__(
Expand Down

0 comments on commit a51c260

Please sign in to comment.