MNT Fixed linting error in plot_select_from_model_diabetes.py#26915
MNT Fixed linting error in plot_select_from_model_diabetes.py#26915jeremiedbb merged 1 commit intoscikit-learn:mainfrom
plot_select_from_model_diabetes.py#26915Conversation
|
We did not catch it in that PR because the last CI run was prior to the introduction of ruff with isort rules, right ? |
Yup that's definitely going to be my pattern from now on as well. I think, in this instance, I didn't realize how old the last run was 😅 |
|
We should probably have something which blocks merges if they haven't been synced with main for more than like 3 days lol |
|
Also note this will need a manual merge due to the failing |
Reference Issues/PRs
Fixes linting error introduced in #26205
What does this implement/fix? Explain your changes.
Applied
ruff check --select I --fix examples/feature_selection/plot_select_from_model_diabetes.pyAny other comments?