Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Sep 20, 2024
2 parents 2c7115c + 6607fed commit 95a77c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion beavers/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
// websocket._ws.onclose = function () {
// viewer.style.display = "none"
// }
window._websocket = websocket

const table = await websocket.open_table("{{table_config.name}}");

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ omit = [

[tool.pytest.ini_options]
asyncio_mode= "auto"
asyncio_default_fixture_loop_scope = "function"

0 comments on commit 95a77c3

Please sign in to comment.