Skip to content

Commit

Permalink
fix module import BaseOptimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
danrgll committed Mar 18, 2024
1 parent ec7889b commit a3cd1e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neps/utils/run_args_from_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import logging
import sys
from collections.abc import Callable
from optimizers import BaseOptimizer

from neps.optimizers.base_optimizer import BaseOptimizer
import yaml

logger = logging.getLogger("neps")
Expand Down

0 comments on commit a3cd1e6

Please sign in to comment.