We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383bcef commit 8256e80Copy full SHA for 8256e80
src/websockets/cli.py
@@ -2,9 +2,9 @@
2
3
import argparse
4
import asyncio
5
-from asyncio import CancelledError
6
import os
7
import sys
+from asyncio import CancelledError
8
from typing import Generator
9
10
from .asyncio.client import ClientConnection, connect
0 commit comments