Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Aug 20, 2024
1 parent b7391ec commit d517359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsweeper/ml_model/ml_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
threshold: Union[float, ThresholdPreset], #
ml_config: Union[None, str, Path] = None, #
ml_model: Union[None, str, Path] = None, #
ml_providers: Optional[str]=None) -> None:
ml_providers: Optional[str] = None) -> None:
"""Init
Args:
Expand Down

0 comments on commit d517359

Please sign in to comment.