Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Avoid type checking for private function import statement
Avoid type checking for private function import statement. Fixes: ``` src/nifreeze/model/gpr.py:215: error: Module "sklearn.utils.optimize" has no attribute "_check_optimize_result" [attr-defined] ``` raised for example in: https://github.com/nipreps/nifreeze/actions/runs/12437972140/job/34728973936#step:8:73
- Loading branch information