Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jun 22, 2024
1 parent c162d21 commit 4489a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/imjoy_rpc/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.5.53-post1"
"version": "0.5.53-post2"
}
3 changes: 2 additions & 1 deletion python/imjoy_rpc/hypha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .sync import login as login_sync
from .sync import register_rtc_service as register_rtc_service_sync
from .webrtc_client import get_rtc_service, register_rtc_service
from .websocket_client import connect_to_server, login
from .websocket_client import connect_to_server, login, setup_local_client

__all__ = [
"RPC",
Expand All @@ -18,4 +18,5 @@
"register_rtc_service",
"register_rtc_service_sync",
"get_rtc_service_sync",
"setup_local_client",
]

0 comments on commit 4489a31

Please sign in to comment.