Skip to content

Commit 8256e80

Browse files
committed
formatting change
1 parent 383bcef commit 8256e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/websockets/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import argparse
44
import asyncio
5-
from asyncio import CancelledError
65
import os
76
import sys
7+
from asyncio import CancelledError
88
from typing import Generator
99

1010
from .asyncio.client import ClientConnection, connect

0 commit comments

Comments
 (0)