Skip to content

Commit 572165b

Browse files
committed
raw
1 parent 6f9fefe commit 572165b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/base/langflow/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
MAX_PORT = 65535
5454

5555

56+
5657
class RequestCancelledMiddleware(BaseHTTPMiddleware):
5758
def __init__(self, app) -> None:
5859
super().__init__(app)

0 commit comments

Comments
 (0)