Skip to content

Commit

Permalink
FIX: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Candice Moyet committed Jul 25, 2023
1 parent 4fe6b4c commit 221523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapie/conformity_scores/residual_conformity_scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _check_parameters(
y: ArrayLike,
y_pred: ArrayLike
) -> Tuple[NDArray, NDArray, NDArray, RegressorMixin,
Union[int, np.random.RandomState]]:
Union[int, np.random.RandomState]]:
"""
Checks all the parameters of the class. Raises an error if the
parameter are not well defined.
Expand Down

0 comments on commit 221523f

Please sign in to comment.