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

Fix for check_types github action failing #472

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

jprakash-db
Copy link
Contributor

@jprakash-db jprakash-db commented Nov 26, 2024

Description

The github actions for the check_types is failing due to the self.total in the retry.py having marked as possibly having the value as None in the urllib3 library.
Type casted it to ensure no arithmetic operation between int and None takes place

Related

This issue arised from this PR - #467

Copy link

Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase (git rebase -i main).

@jprakash-db jprakash-db changed the title check_types github actions failing Fix for check_types github action failing Nov 26, 2024
@jprakash-db jprakash-db marked this pull request as ready for review November 26, 2024 16:22
@jprakash-db jprakash-db merged commit 980af88 into main Nov 26, 2024
12 of 13 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