python-websockets / websockets

Library for building WebSocket servers and clients in Python
https://websockets.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
5.16k stars 513 forks source link

Remove the unused `asyncio` `import` in `README.rst` in the `threading` example #1377

Closed Benjamin-Loison closed 1 year ago

Benjamin-Loison commented 1 year ago

Please let me know if I'm missing something making this import useful in this code snippet.