ruff format

This commit is contained in:
hjlarry
2025-07-21 16:13:04 +08:00
parent ee86ceb906
commit 897c842637
5 changed files with 15 additions and 28 deletions

View File

@ -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)