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

Use collections.abc.Callable instead of typing.Callable #53

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

KyleFromNVIDIA
Copy link
Contributor

@KyleFromNVIDIA KyleFromNVIDIA commented Aug 27, 2024

typing.Callable has been deprecated since Python 3.9. Switch to collections.abc.Callable. Also switch to collections.abc.Generator and collections.abc.Iterable.

@KyleFromNVIDIA KyleFromNVIDIA requested a review from a team as a code owner August 27, 2024 14:02
@KyleFromNVIDIA KyleFromNVIDIA merged commit cca7f87 into rapidsai:main Aug 27, 2024
2 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