Skip to content

Commit f96e591

Browse files
committed
update type notation
1 parent a710f05 commit f96e591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapie/regression/quantile_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def fit_estimators(
600600
shuffle: Optional[bool] = True,
601601
stratify: Optional[ArrayLike] = None,
602602
**fit_params,
603-
):
603+
) -> Tuple[ArrayLike, ArrayLike]:
604604

605605
self._check_parameters()
606606
checked_estimator = self._check_estimator(self.estimator)

0 commit comments

Comments
 (0)