Skip to content
Snippets Groups Projects
Commit 39d4540f authored by Charly Lamothe's avatar Charly Lamothe
Browse files

Remove useless Real import

parent 7494dbc4
No related branches found
No related tags found
1 merge request!9Resolve "Experiment pipeline"
......@@ -24,7 +24,7 @@ I had to install skopt from this repository
https://github.com/darenr/scikit-optimize that handles
the issue described here https://github.com/scikit-optimize/scikit-optimize/issues/762.
"""
from skopt.space import Categorical, Integer, Real
from skopt.space import Categorical, Integer
def clean_numpy_int_dict(dictionary):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment