Skip to content

Commit 05a8cbf

Browse files
committed
black
1 parent 3ce9aaa commit 05a8cbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

skpro/regression/unconditional_distfit.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ class UnconditionalDistfitRegressor(BaseProbaRegressor):
4848
"tests:vm": True, # set True if special VM is needed
4949
}
5050

51-
def __init__(
52-
self, distr_type="norm", random_state=None, fit_histogram=False
53-
):
51+
def __init__(self, distr_type="norm", random_state=None, fit_histogram=False):
5452
"""
5553
Initialize UnconditionalDistfitRegressor.
5654

0 commit comments

Comments
 (0)