Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Feb 9, 2025
1 parent ee5c1ac commit 8b235d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/broadcast_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import asyncio
from picows import ws_connect, WSFrame, WSTransport, WSListener, WSMsgType, WSCloseCode
from picows import ws_connect, WSFrame, WSTransport, WSListener


class ClientListener(WSListener):
Expand Down

0 comments on commit 8b235d2

Please sign in to comment.