We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535f88a commit 900bc4bCopy full SHA for 900bc4b
matter_server/server/server.py
@@ -89,7 +89,7 @@ async def _handle_shutdown(app: web.Application) -> None:
89
for client in set(clients):
90
await client.disconnect()
91
92
- server.app.on_shutdown.append(_handle_shutdown) # type: ignore[arg-type]
+ server.app.on_shutdown.append(_handle_shutdown)
93
server.app.router.add_route("GET", path, _handle_ws)
94
95
0 commit comments