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

hyperactive.integrations.sktime.main   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 9
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 9
rs 10
c 0
b 0
f 0
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A HyperactiveSearchCV.__init__() 0 2 1
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