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

DM-41630: Fix type of Kubernetes mock _request_timeout #218

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

rra
Copy link
Member

@rra rra commented Nov 11, 2023

This parameter is actually a float, not an int. This largely doesn't matter since the types of the mock are ignored and kubernetes_asyncio is currently untyped, but be more correct anyway.

This parameter is actually a float, not an int. This largely doesn't
matter since the types of the mock are ignored and kubernetes_asyncio
is currently untyped, but be more correct anyway.
@rra rra merged commit eb310f5 into main Nov 13, 2023
5 checks passed
@rra rra deleted the tickets/DM-41630b branch November 13, 2023 15:53
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.

1 participant