Skip to content

Commit a706f1a

Browse files
authored
Merge pull request #1497 from hasbegun/master
Summary: Fix missing WebSocketDisconnect import
2 parents 53c12f5 + 0a5ca20 commit a706f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from fastapi import FastAPI, WebSocket
1+
from fastapi import FastAPI, WebSocket, WebSocketDisconnect
22
from fastapi.middleware.cors import CORSMiddleware
33
import logging
44
from backend.chat.chat import ChatAgentWithMemory

0 commit comments

Comments
 (0)