Skip to content

Commit

Permalink
MNT Type hint for validato
Browse files Browse the repository at this point in the history
  • Loading branch information
gadorlhiac committed Apr 10, 2024
1 parent 38dfb26 commit c770f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lute/io/models/sfx_find_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def set_output_path(
@validator("sz_parameters", always=True)
def set_sz_compression_parameters(
cls, sz_parameters: SZParameters, values: Dict[str, Any]
) -> SZParameters:
) -> None:
values["compressor"] = sz_parameters.compressor
values["binSize"] = sz_parameters.binSize
values["roiWindowSize"] = sz_parameters.roiWindowSize
Expand Down

0 comments on commit c770f7c

Please sign in to comment.