Commit 6ab795b
committed
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:731 parent 6f5cad6 commit 6ab795b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments