Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenSiegWork committed Jan 14, 2025
1 parent dcf95c2 commit 87c4888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molpipeline/experimental/explainability/explainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _to_dense(

def _get_prediction_function(
pipeline: Pipeline | BaseEstimator,
) -> Callable[[npt.Arraylike], npt.Arraylike]:
) -> Callable[[npt.ArrayLike], npt.ArrayLike]:
"""Get the prediction function of a model.
Parameters
Expand Down

0 comments on commit 87c4888

Please sign in to comment.