Fix formatting: remove extra blank line
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -161,7 +161,6 @@ async def parse_telephony_websocket(websocket: WebSocket):
|
|||||||
except json.JSONDecodeError:
|
except json.JSONDecodeError:
|
||||||
first_message = {}
|
first_message = {}
|
||||||
except StopAsyncIteration:
|
except StopAsyncIteration:
|
||||||
|
|
||||||
raise ValueError("WebSocket closed before receiving telephony handshake messages")
|
raise ValueError("WebSocket closed before receiving telephony handshake messages")
|
||||||
|
|
||||||
# Second message
|
# Second message
|
||||||
|
|||||||
Reference in New Issue
Block a user