mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
ruff format
This commit is contained in:
@ -34,6 +34,7 @@ def create_app() -> tuple[any, DifyApp]:
|
||||
import socketio
|
||||
|
||||
from extensions.ext_socketio import sio
|
||||
|
||||
sio.app = app
|
||||
socketio_app = socketio.WSGIApp(sio, app)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user