Skip to content

Commit

Permalink
rename socket.py to listen_socket.py to avoid circular import (#5373)
Browse files Browse the repository at this point in the history
  • Loading branch information
diwu-sf authored Dec 6, 2024
1 parent f2dc366 commit cf157c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/server/listen.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import socketio

from openhands.server.app import app as base_app
from openhands.server.socket import sio
from openhands.server.listen_socket import sio
from openhands.server.static import SPAStaticFiles

base_app.mount(
Expand Down
File renamed without changes.

0 comments on commit cf157c8

Please sign in to comment.