Kitware / wslink

Python/JavaScript library for communicating over WebSocket
https://kitware.github.io/wslink/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

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

Closed FelipeCybis closed 4 months ago

FelipeCybis commented 4 months ago

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.

jourdain commented 4 months ago

:tada: This PR is included in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: