Skip to content

Commit 9523b88

Browse files
committed
sort skopt import
1 parent 3bac6c6 commit 9523b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/learner/skopt_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- coding: utf-8 -*-
22

33
import numpy as np
4+
from skopt import Optimizer
45

56
from adaptive.learner.base_learner import BaseLearner
67
from adaptive.notebook_integration import ensure_holoviews
78
from adaptive.utils import cache_latest
8-
from skopt import Optimizer
99

1010

1111
class SKOptLearner(Optimizer, BaseLearner):

0 commit comments

Comments
 (0)