Skip to content

MNT Switch to absolute imports in sklearn/utils/_fast_dict.pyx#32317

Merged
jeremiedbb merged 1 commit intoscikit-learn:mainfrom
dipak0000812:fix-absolute-imports-filename
Oct 2, 2025
Merged

MNT Switch to absolute imports in sklearn/utils/_fast_dict.pyx#32317
jeremiedbb merged 1 commit intoscikit-learn:mainfrom
dipak0000812:fix-absolute-imports-filename

Conversation

@dipak0000812
Copy link
Copy Markdown
Contributor

@dipak0000812 dipak0000812 commented Oct 2, 2025

This PR converts relative imports to absolute imports in sklearn/utils/_fast_dict.pyx as part of the PyData Paris sprint (#32315).

Change made:

  • Line 15: Changed from ._typedefs cimport float64_t, intp_t to from sklearn.utils._typedefs cimport float64_t, intp_t

Context:

Part of #32315

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 2, 2025

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 4da7f85. Link to the linter CI: here

Copy link
Copy Markdown
Member

@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dipak0000812

@jeremiedbb jeremiedbb merged commit 9d4e225 into scikit-learn:main Oct 2, 2025
39 checks passed
@lesteve lesteve mentioned this pull request Oct 2, 2025
74 tasks
@dipak0000812 dipak0000812 deleted the fix-absolute-imports-filename branch October 7, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants