Skip to content

Commit

Permalink
Remove unused _get_query_string function (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 13, 2023
1 parent 103e2b9 commit 6663f0b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions voila/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ def get_page_config(base_url, settings, log):
return page_config


async def _get_query_string(ws_url: str) -> Awaitable:
async with websockets.connect(ws_url) as websocket:
qs = await websocket.recv()
return qs


def wait_for_request(url: str = None) -> str:
"""Helper function to pause the execution of notebook and wait for
the pre-heated kernel to be used and all request info is added to
Expand Down

0 comments on commit 6663f0b

Please sign in to comment.