Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tofarr committed Nov 18, 2024
1 parent 782709d commit 6b2691a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openhands/server/listen.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,7 @@ async def get_response(self, path: str, scope):
if redis_host:
client_manager = socketio.AsyncRedisManager(redis_host)
sio = socketio.AsyncServer(
async_mode='asgi',
cors_allowed_origins='*',
client_manager=client_manager
async_mode='asgi', cors_allowed_origins='*', client_manager=client_manager
)
app = socketio.ASGIApp(sio, other_asgi_app=app)

Expand Down

0 comments on commit 6b2691a

Please sign in to comment.