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

HyperactiveSearchCV.__init__()   A

Complexity

Conditions 1

Size

Total Lines 2
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 2
nop 1
dl 0
loc 2
rs 10
c 0
b 0
f 0
1
# Author: Simon Blanke
2
# Email: [email protected]
3
# License: MIT License
4
5
6
class HyperactiveSearchCV:
7
    def __init__(self) -> None:
8
        pass
9