Remove unused variable declaration in api_ws.py

pull/13201/head
Kempeter 1 week ago committed by GitHub
parent ced4fb4448
commit 46e685796f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -77,7 +77,6 @@ async def _process_consumer_request(request: dict[str, Any], channel: WebSocketC
return
type_, data = websocket_request.type, websocket_request.data
response: WSMessageSchema
logger.debug(f"Request of type {type_} from {channel}")

Loading…
Cancel
Save