Passed
Pull Request — master (#101)
by Simon
01:48
created

hyperactive.base.search_space   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 4
rs 10
c 0
b 0
f 0
wmc 0
1
from ._search_space import SearchSpace
2
3
__all__ = ["SearchSpace"]
4