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 type of timeout param for aiohttp bump #183

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Fix type of timeout param for aiohttp bump #183

merged 2 commits into from
Aug 9, 2024

Conversation

dknowles2
Copy link
Owner

Fixes mypy error:

pydrawise/legacy.py:44: error: Argument "timeout" to "get" of "ClientSession" has incompatible type "int"; expected "ClientTimeout | _SENTINEL | None"  [arg-type]

See: https://github.com/dknowles2/pydrawise/actions/runs/10312883535/job/28548801113?pr=181

@dknowles2 dknowles2 added the bug Something isn't working label Aug 9, 2024
@dknowles2 dknowles2 merged commit 52916c8 into main Aug 9, 2024
4 of 5 checks passed
@dknowles2 dknowles2 deleted the aiohttp-bump branch August 9, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant