Skip to content

Commit c5efb24

Browse files
committed
Undo renaming
1 parent 86540f8 commit c5efb24

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bayes_opt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .domain_reduction import SequentialDomainReductionTransformer
33
from .util import UtilityFunction
44
from .logger import ScreenLogger, JSONLogger
5-
from .advanced_constraint import ConstraintModel
5+
from .constraint import ConstraintModel
66

77
__all__ = [
88
"BayesianOptimization",
File renamed without changes.

bayes_opt/target_space.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
22
from .util import ensure_rng
3-
from .advanced_constraint import ConstraintModel
3+
from .constraint import ConstraintModel
44

55

66
def _hashable(x):

0 commit comments

Comments
 (0)