Skip to content

Commit

Permalink
Stop importing the streamlit.web module
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jul 23, 2023
1 parent b5ad047 commit d5aae5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kernel/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ async function loadPyodideAndPackages() {
// For https://github.com/whitphx/stlite/issues/427
await pyodide.runPythonAsync(`
import streamlit.runtime
import streamlit.web
`);
console.debug("Loaded the Streamlit package");

Expand Down

0 comments on commit d5aae5b

Please sign in to comment.