Skip to content

Commit

Permalink
feat(src): add typehint for client list
Browse files Browse the repository at this point in the history
  • Loading branch information
christgau committed Dec 26, 2024
1 parent 7546890 commit 772a824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wsdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ def do_POST(self) -> None:
class ApiServer:

address_monitor: 'NetworkAddressMonitor'
clients: List[asyncio.StreamWriter]

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

0 comments on commit 772a824

Please sign in to comment.