diff --git a/pkg/suggestion/v1beta1/hyperopt/base_service.py b/pkg/suggestion/v1beta1/hyperopt/base_service.py index 4fc2ee4ccf7..6ad5bef5371 100644 --- a/pkg/suggestion/v1beta1/hyperopt/base_service.py +++ b/pkg/suggestion/v1beta1/hyperopt/base_service.py @@ -69,7 +69,6 @@ def create_hyperopt_domain(self): param.name, float(param.min), float(param.max)) - hyperopt.hp.uniform elif param.type == DOUBLE: if param.distribution == UNIFORM: if param.step: