Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated pkgutil.find_loader use #7906

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

hjmjohnson
Copy link
Contributor

Description

Replace deprecated function with modern version

:1: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).

<string>:1: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead

Signed-off-by: Hans Johnson <hans-johnson@uiowa.edu>
@KumoLiu
Copy link
Contributor

KumoLiu commented Jul 9, 2024

/build

Copy link
Contributor

@KumoLiu KumoLiu left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, looks good to me.

@KumoLiu KumoLiu requested review from ericspod and Nic-Ma July 9, 2024 02:29
@KumoLiu KumoLiu merged commit 8cfbcba into Project-MONAI:dev Jul 9, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants