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

Avoid instance checks for future like objects #94

Merged
merged 1 commit into from
May 16, 2024

Conversation

mhidalgo-bdai
Copy link
Contributor

Follow-up to #92. Runtime typing.Protocol checks in Python 3.10 do more than they should, causing sporadic CI breakage (see https://github.com/bdaiinstitute/ros_utilities/actions/runs/9098900296/job/25010366084#step:4:186).

This patch works around it.

Runtime typing.Protocol checks do more than they should

Signed-off-by: Michel Hidalgo <[email protected]>
@mhidalgo-bdai mhidalgo-bdai merged commit 75ea457 into main May 16, 2024
3 checks passed
@mhidalgo-bdai mhidalgo-bdai deleted the mhidalgo-bdai/avoid-future-like-check branch May 16, 2024 15:14
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