Skip to content

Commit 772a824

Browse files
committed
feat(src): add typehint for client list
1 parent 7546890 commit 772a824

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wsdd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,7 @@ def do_POST(self) -> None:
11231123
class ApiServer:
11241124

11251125
address_monitor: 'NetworkAddressMonitor'
1126+
clients: List[asyncio.StreamWriter]
11261127

11271128
def __init__(self, aio_loop: asyncio.AbstractEventLoop, listen_address: bytes,
11281129
address_monitor: 'NetworkAddressMonitor') -> None:

0 commit comments

Comments
 (0)