We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840425b commit 2d48717Copy full SHA for 2d48717
skillsnetwork/core.py
@@ -69,7 +69,7 @@ async def _get_chunks(url: str, chunk_size: int) -> Generator[bytes, None, None]
69
desc = f"Downloading {Path(urlparse(url).path).name}"
70
if _is_jupyterlite():
71
from js import fetch # pyright: ignore
72
- from pyodide import JsException # pyright: ignore
+ from pyodide.ffi import JsException # pyright: ignore
73
74
try:
75
response = await fetch(url)
0 commit comments