Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit2p committed Sep 16, 2024
1 parent 290cb5d commit 2b54de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def mscolab_session_server(mscolab_session_app, mscolab_session_managers):
with _running_eventlet_server(mscolab_session_app) as url:
# Wait until the Flask-SocketIO server is ready for connections
sio = socketio.Client()
sio.connect(url)#, retry=True)
sio.connect(url) # retry=True)
sio.disconnect()
del sio
yield url
Expand Down

0 comments on commit 2b54de7

Please sign in to comment.