From d517359b6879a50538f065b0c09b9d8739bb4df0 Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Tue, 20 Aug 2024 22:34:07 +0300 Subject: [PATCH] style --- credsweeper/ml_model/ml_validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credsweeper/ml_model/ml_validator.py b/credsweeper/ml_model/ml_validator.py index 5313ecde8..97011a6e5 100644 --- a/credsweeper/ml_model/ml_validator.py +++ b/credsweeper/ml_model/ml_validator.py @@ -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: