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: fix type hints for python < 3.10 on aiohttp backend #160

Merged
merged 1 commit into from
Jun 20, 2024
Merged

fix: fix type hints for python < 3.10 on aiohttp backend #160

merged 1 commit into from
Jun 20, 2024

Conversation

FelipeCybis
Copy link
Contributor

If adding the __future__ import is the way you want to go, here it is. Feel free to close if you want to go another direction.

A simple test importing from wslink.backends import aiohttp confirms the fix.

@FelipeCybis FelipeCybis changed the title fix: add missing __future__ annotations for type hints fix: fix type hints for python < 3.10 on aiohttp backend Jun 20, 2024
@jourdain jourdain merged commit 472950f into Kitware:master Jun 20, 2024
6 checks passed
@jourdain
Copy link
Collaborator

🎉 This PR is included in version 2.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@FelipeCybis FelipeCybis deleted the fix-annotations branch June 20, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2.1.0 introduce type hinting error for python < 3.10
2 participants