Skip to content

Commit 6a22286

Browse files
committed
remove parentheses
1 parent 73b6fd3 commit 6a22286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/suggestion/v1beta1/chocolate/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from pkg.apis.manager.v1beta1.python import api_pb2
1919
from pkg.apis.manager.v1beta1.python import api_pb2_grpc
2020

21-
from pkg.suggestion.v1beta1.internal.constant import (INTEGER, DOUBLE, CATEGORICAL, DISCRETE)
21+
from pkg.suggestion.v1beta1.internal.constant import INTEGER, DOUBLE, CATEGORICAL, DISCRETE
2222
from pkg.suggestion.v1beta1.internal.search_space import HyperParameterSearchSpace
2323
from pkg.suggestion.v1beta1.internal.trial import Trial, Assignment
2424
from pkg.suggestion.v1beta1.chocolate.base_service import BaseChocolateService

0 commit comments

Comments
 (0)