Skip to content

Commit 6b2079b

Browse files
authored
Apply suggestion from @y0z
1 parent f9da759 commit 6b2079b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package/samplers/fcmaes/example.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ def objective(trial: optuna.Trial) -> float:
3232
)
3333

3434

35-
module = optunahub.load_module(
36-
package="samplers/fcmaes"
37-
)
35+
module = optunahub.load_module(package="samplers/fcmaes")
3836

3937

4038
study = optuna.create_study(sampler=module.FastCmaesSampler(16))

0 commit comments

Comments
 (0)