Skip to content

Commit

Permalink
Remove the asyncio import in README.rst for the threading example
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Loison authored and aaugustin committed Jun 27, 2023
1 parent 1bf9d1d commit 7b9a53b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ Here's how a client sends and receives messages with the ``threading`` API:
#!/usr/bin/env python
import asyncio
from websockets.sync.client import connect
def hello():
Expand Down

0 comments on commit 7b9a53b

Please sign in to comment.